Documentation ¶
Index ¶
- func CreateAssignLicenseRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AssignLicenseRequestBody
- func (m *AssignLicenseRequestBody) GetAddLicenses() ...
- func (m *AssignLicenseRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AssignLicenseRequestBody) GetFieldDeserializers() ...
- func (m *AssignLicenseRequestBody) GetRemoveLicenses() []string
- func (m *AssignLicenseRequestBody) Serialize(...) error
- func (m *AssignLicenseRequestBody) SetAddLicenses(...)
- func (m *AssignLicenseRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AssignLicenseRequestBody) SetRemoveLicenses(value []string)
- type AssignLicenseRequestBodyable
- type AssignLicenseRequestBuilder
- func (m *AssignLicenseRequestBuilder) CreatePostRequestInformation(body AssignLicenseRequestBodyable) (...)
- func (m *AssignLicenseRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body AssignLicenseRequestBodyable, ...) (...)
- func (m *AssignLicenseRequestBuilder) Post(body AssignLicenseRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, ...)
- func (m *AssignLicenseRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body AssignLicenseRequestBodyable, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, ...)
- type AssignLicenseRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAssignLicenseRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateAssignLicenseRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAssignLicenseRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type AssignLicenseRequestBody ¶
type AssignLicenseRequestBody struct {
// contains filtered or unexported fields
}
AssignLicenseRequestBody provides operations to call the assignLicense method.
func NewAssignLicenseRequestBody ¶
func NewAssignLicenseRequestBody() *AssignLicenseRequestBody
NewAssignLicenseRequestBody instantiates a new assignLicenseRequestBody and sets the default values.
func (*AssignLicenseRequestBody) GetAddLicenses ¶
func (m *AssignLicenseRequestBody) GetAddLicenses() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable
GetAddLicenses gets the addLicenses property value. The addLicenses property
func (*AssignLicenseRequestBody) GetAdditionalData ¶
func (m *AssignLicenseRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*AssignLicenseRequestBody) GetFieldDeserializers ¶
func (m *AssignLicenseRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AssignLicenseRequestBody) GetRemoveLicenses ¶
func (m *AssignLicenseRequestBody) GetRemoveLicenses() []string
GetRemoveLicenses gets the removeLicenses property value. The removeLicenses property
func (*AssignLicenseRequestBody) Serialize ¶
func (m *AssignLicenseRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AssignLicenseRequestBody) SetAddLicenses ¶
func (m *AssignLicenseRequestBody) SetAddLicenses(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable)
SetAddLicenses sets the addLicenses property value. The addLicenses property
func (*AssignLicenseRequestBody) SetAdditionalData ¶
func (m *AssignLicenseRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*AssignLicenseRequestBody) SetRemoveLicenses ¶
func (m *AssignLicenseRequestBody) SetRemoveLicenses(value []string)
SetRemoveLicenses sets the removeLicenses property value. The removeLicenses property
type AssignLicenseRequestBodyable ¶ added in v0.13.0
type AssignLicenseRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetAddLicenses() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable GetRemoveLicenses() []string SetAddLicenses(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AssignedLicenseable) SetRemoveLicenses(value []string) }
AssignLicenseRequestBodyable
type AssignLicenseRequestBuilder ¶
type AssignLicenseRequestBuilder struct {
// contains filtered or unexported fields
}
AssignLicenseRequestBuilder provides operations to call the assignLicense method.
func NewAssignLicenseRequestBuilder ¶
func NewAssignLicenseRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilder instantiates a new AssignLicenseRequestBuilder and sets the default values.
func NewAssignLicenseRequestBuilderInternal ¶
func NewAssignLicenseRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignLicenseRequestBuilder
NewAssignLicenseRequestBuilderInternal instantiates a new AssignLicenseRequestBuilder and sets the default values.
func (*AssignLicenseRequestBuilder) CreatePostRequestInformation ¶
func (m *AssignLicenseRequestBuilder) CreatePostRequestInformation(body AssignLicenseRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action assignLicense
func (*AssignLicenseRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignLicenseRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body AssignLicenseRequestBodyable, requestConfiguration *AssignLicenseRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action assignLicense
func (*AssignLicenseRequestBuilder) Post ¶
func (m *AssignLicenseRequestBuilder) Post(body AssignLicenseRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error)
Post invoke action assignLicense
func (*AssignLicenseRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AssignLicenseRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body AssignLicenseRequestBodyable, requestConfiguration *AssignLicenseRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error)
PostWithRequestConfigurationAndResponseHandler invoke action assignLicense
type AssignLicenseRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AssignLicenseRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AssignLicenseRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.