Documentation ¶
Index ¶
- func CreateCleanWindowsDeviceRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CleanWindowsDeviceRequestBody
- func (m *CleanWindowsDeviceRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CleanWindowsDeviceRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CleanWindowsDeviceRequestBody) GetKeepUserData() *bool
- func (m *CleanWindowsDeviceRequestBody) Serialize(...) error
- func (m *CleanWindowsDeviceRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CleanWindowsDeviceRequestBody) SetKeepUserData(value *bool)
- type CleanWindowsDeviceRequestBodyable
- type CleanWindowsDeviceRequestBuilder
- type CleanWindowsDeviceRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCleanWindowsDeviceRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCleanWindowsDeviceRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCleanWindowsDeviceRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CleanWindowsDeviceRequestBody ¶
type CleanWindowsDeviceRequestBody struct {
// contains filtered or unexported fields
}
CleanWindowsDeviceRequestBody provides operations to call the cleanWindowsDevice method.
func NewCleanWindowsDeviceRequestBody ¶
func NewCleanWindowsDeviceRequestBody() *CleanWindowsDeviceRequestBody
NewCleanWindowsDeviceRequestBody instantiates a new cleanWindowsDeviceRequestBody and sets the default values.
func (*CleanWindowsDeviceRequestBody) GetAdditionalData ¶
func (m *CleanWindowsDeviceRequestBody) 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 (*CleanWindowsDeviceRequestBody) GetFieldDeserializers ¶
func (m *CleanWindowsDeviceRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CleanWindowsDeviceRequestBody) GetKeepUserData ¶
func (m *CleanWindowsDeviceRequestBody) GetKeepUserData() *bool
GetKeepUserData gets the keepUserData property value. The keepUserData property
func (*CleanWindowsDeviceRequestBody) Serialize ¶
func (m *CleanWindowsDeviceRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CleanWindowsDeviceRequestBody) SetAdditionalData ¶
func (m *CleanWindowsDeviceRequestBody) 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 (*CleanWindowsDeviceRequestBody) SetKeepUserData ¶
func (m *CleanWindowsDeviceRequestBody) SetKeepUserData(value *bool)
SetKeepUserData sets the keepUserData property value. The keepUserData property
type CleanWindowsDeviceRequestBodyable ¶ added in v0.13.0
type CleanWindowsDeviceRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeepUserData() *bool SetKeepUserData(value *bool) }
CleanWindowsDeviceRequestBodyable
type CleanWindowsDeviceRequestBuilder ¶
type CleanWindowsDeviceRequestBuilder struct {
// contains filtered or unexported fields
}
CleanWindowsDeviceRequestBuilder provides operations to call the cleanWindowsDevice method.
func NewCleanWindowsDeviceRequestBuilder ¶
func NewCleanWindowsDeviceRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CleanWindowsDeviceRequestBuilder
NewCleanWindowsDeviceRequestBuilder instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values.
func NewCleanWindowsDeviceRequestBuilderInternal ¶
func NewCleanWindowsDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CleanWindowsDeviceRequestBuilder
NewCleanWindowsDeviceRequestBuilderInternal instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values.
func (*CleanWindowsDeviceRequestBuilder) CreatePostRequestInformation ¶
func (m *CleanWindowsDeviceRequestBuilder) CreatePostRequestInformation(options *CleanWindowsDeviceRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation clean Windows device
func (*CleanWindowsDeviceRequestBuilder) Post ¶
func (m *CleanWindowsDeviceRequestBuilder) Post(options *CleanWindowsDeviceRequestBuilderPostOptions) error
Post clean Windows device
type CleanWindowsDeviceRequestBuilderPostOptions ¶
type CleanWindowsDeviceRequestBuilderPostOptions struct { // Body CleanWindowsDeviceRequestBodyable // 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 }
CleanWindowsDeviceRequestBuilderPostOptions options for Post