Documentation ¶
Index ¶
- func CreateImportPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateImportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ImportPostRequestBody
- func (m *ImportPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ImportPostRequestBody) GetFieldDeserializers() ...
- func (m *ImportPostRequestBody) GetImportedWindowsAutopilotDeviceIdentities() ...
- func (m *ImportPostRequestBody) Serialize(...) error
- func (m *ImportPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ImportPostRequestBody) SetImportedWindowsAutopilotDeviceIdentities(...)
- type ImportPostRequestBodyable
- type ImportRequestBuilder
- type ImportRequestBuilderPostRequestConfiguration
- type ImportResponse
- type ImportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateImportPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateImportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateImportPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateImportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateImportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateImportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ImportPostRequestBody ¶ added in v0.24.0
type ImportPostRequestBody struct {
// contains filtered or unexported fields
}
ImportPostRequestBody provides operations to call the import method.
func NewImportPostRequestBody ¶ added in v0.24.0
func NewImportPostRequestBody() *ImportPostRequestBody
NewImportPostRequestBody instantiates a new importPostRequestBody and sets the default values.
func (*ImportPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *ImportPostRequestBody) 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 (*ImportPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *ImportPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ImportPostRequestBody) GetImportedWindowsAutopilotDeviceIdentities ¶ added in v0.24.0
func (m *ImportPostRequestBody) GetImportedWindowsAutopilotDeviceIdentities() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable
GetImportedWindowsAutopilotDeviceIdentities gets the importedWindowsAutopilotDeviceIdentities property value. The importedWindowsAutopilotDeviceIdentities property
func (*ImportPostRequestBody) Serialize ¶ added in v0.24.0
func (m *ImportPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ImportPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *ImportPostRequestBody) 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 (*ImportPostRequestBody) SetImportedWindowsAutopilotDeviceIdentities ¶ added in v0.24.0
func (m *ImportPostRequestBody) SetImportedWindowsAutopilotDeviceIdentities(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable)
SetImportedWindowsAutopilotDeviceIdentities sets the importedWindowsAutopilotDeviceIdentities property value. The importedWindowsAutopilotDeviceIdentities property
type ImportPostRequestBodyable ¶ added in v0.24.0
type ImportPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetImportedWindowsAutopilotDeviceIdentities() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable SetImportedWindowsAutopilotDeviceIdentities(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable) }
ImportPostRequestBodyable
type ImportRequestBuilder ¶
type ImportRequestBuilder struct {
// contains filtered or unexported fields
}
ImportRequestBuilder provides operations to call the import method.
func NewImportRequestBuilder ¶
func NewImportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ImportRequestBuilder
NewImportRequestBuilder instantiates a new ImportRequestBuilder and sets the default values.
func NewImportRequestBuilderInternal ¶
func NewImportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ImportRequestBuilder
NewImportRequestBuilderInternal instantiates a new ImportRequestBuilder and sets the default values.
func (*ImportRequestBuilder) CreatePostRequestInformation ¶
func (m *ImportRequestBuilder) CreatePostRequestInformation(ctx context.Context, body ImportPostRequestBodyable, requestConfiguration *ImportRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action import
func (*ImportRequestBuilder) Post ¶
func (m *ImportRequestBuilder) Post(ctx context.Context, body ImportPostRequestBodyable, requestConfiguration *ImportRequestBuilderPostRequestConfiguration) (ImportResponseable, error)
Post invoke action import
type ImportRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ImportRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ImportRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ImportResponse ¶ added in v0.13.0
type ImportResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse // contains filtered or unexported fields }
ImportResponse provides operations to call the import method.
func NewImportResponse ¶ added in v0.13.0
func NewImportResponse() *ImportResponse
NewImportResponse instantiates a new importResponse and sets the default values.
func (*ImportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *ImportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ImportResponse) GetValue ¶ added in v0.13.0
func (m *ImportResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable
GetValue gets the value property value. The value property
func (*ImportResponse) Serialize ¶ added in v0.13.0
func (m *ImportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ImportResponse) SetValue ¶ added in v0.13.0
func (m *ImportResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable)
SetValue sets the value property value. The value property
type ImportResponseable ¶ added in v0.13.0
type ImportResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable) }
ImportResponseable