Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncLicensesRequestBuilder ¶
type SyncLicensesRequestBuilder struct {
// contains filtered or unexported fields
}
SyncLicensesRequestBuilder provides operations to call the syncLicenses method.
func NewSyncLicensesRequestBuilder ¶
func NewSyncLicensesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SyncLicensesRequestBuilder
NewSyncLicensesRequestBuilder instantiates a new SyncLicensesRequestBuilder and sets the default values.
func NewSyncLicensesRequestBuilderInternal ¶
func NewSyncLicensesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SyncLicensesRequestBuilder
NewSyncLicensesRequestBuilderInternal instantiates a new SyncLicensesRequestBuilder and sets the default values.
func (*SyncLicensesRequestBuilder) CreatePostRequestInformation ¶
func (m *SyncLicensesRequestBuilder) CreatePostRequestInformation(options *SyncLicensesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation syncs licenses associated with a specific appleVolumePurchaseProgramToken
func (*SyncLicensesRequestBuilder) Post ¶
func (m *SyncLicensesRequestBuilder) Post(options *SyncLicensesRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.VppTokenable, error)
Post syncs licenses associated with a specific appleVolumePurchaseProgramToken
type SyncLicensesRequestBuilderPostOptions ¶
type SyncLicensesRequestBuilderPostOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SyncLicensesRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.