| 218 | } |
| 219 | |
| 220 | type ListOAuthClientAuthorizationsRequest struct { |
| 221 | state protoimpl.MessageState |
| 222 | sizeCache protoimpl.SizeCache |
| 223 | unknownFields protoimpl.UnknownFields |
| 224 | |
| 225 | UserIds *UserIdentifiers `protobuf:"bytes,1,opt,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` |
| 226 | // Order the results by this field path (must be present in the field mask). |
| 227 | // Default ordering is by ID. Prepend with a minus (-) to reverse the order. |
| 228 | Order string `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"` |
| 229 | // Limit the number of results per page. |
| 230 | Limit uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` |
| 231 | // Page number for pagination. 0 is interpreted as 1. |
| 232 | Page uint32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` |
| 233 | } |
| 234 | |
| 235 | func (x *ListOAuthClientAuthorizationsRequest) Reset() { |
| 236 | *x = ListOAuthClientAuthorizationsRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected