Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions ¶
type VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions struct { // Offset at which to start returning records. Offset string `json:"offset,omitempty"` // Number of records to return. Size string `json:"size,omitempty"` }
VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions Options to paginate a response using offsets.
swagger:model vmware.tanzu.core.v1alpha1.options.OffsetPaginationOptions
func (*VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions) MarshalBinary ¶
func (m *VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions) UnmarshalBinary ¶
func (m *VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
Click to show internal directories.
Click to hide internal directories.