Documentation ¶
Index ¶
- func CreateExportPersonalDataRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ExportPersonalDataRequestBody
- func (m *ExportPersonalDataRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ExportPersonalDataRequestBody) GetFieldDeserializers() ...
- func (m *ExportPersonalDataRequestBody) GetStorageLocation() *string
- func (m *ExportPersonalDataRequestBody) Serialize(...) error
- func (m *ExportPersonalDataRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ExportPersonalDataRequestBody) SetStorageLocation(value *string)
- type ExportPersonalDataRequestBodyable
- type ExportPersonalDataRequestBuilder
- type ExportPersonalDataRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateExportPersonalDataRequestBodyFromDiscriminatorValue ¶
func CreateExportPersonalDataRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateExportPersonalDataRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ExportPersonalDataRequestBody ¶
type ExportPersonalDataRequestBody struct {
// contains filtered or unexported fields
}
ExportPersonalDataRequestBody provides operations to call the exportPersonalData method.
func NewExportPersonalDataRequestBody ¶
func NewExportPersonalDataRequestBody() *ExportPersonalDataRequestBody
NewExportPersonalDataRequestBody instantiates a new exportPersonalDataRequestBody and sets the default values.
func (*ExportPersonalDataRequestBody) GetAdditionalData ¶
func (m *ExportPersonalDataRequestBody) 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 (*ExportPersonalDataRequestBody) GetFieldDeserializers ¶
func (m *ExportPersonalDataRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ExportPersonalDataRequestBody) GetStorageLocation ¶
func (m *ExportPersonalDataRequestBody) GetStorageLocation() *string
GetStorageLocation gets the storageLocation property value. The storageLocation property
func (*ExportPersonalDataRequestBody) Serialize ¶
func (m *ExportPersonalDataRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ExportPersonalDataRequestBody) SetAdditionalData ¶
func (m *ExportPersonalDataRequestBody) 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 (*ExportPersonalDataRequestBody) SetStorageLocation ¶
func (m *ExportPersonalDataRequestBody) SetStorageLocation(value *string)
SetStorageLocation sets the storageLocation property value. The storageLocation property
type ExportPersonalDataRequestBodyable ¶
type ExportPersonalDataRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetStorageLocation() *string SetStorageLocation(value *string) }
ExportPersonalDataRequestBodyable
type ExportPersonalDataRequestBuilder ¶
type ExportPersonalDataRequestBuilder struct {
// contains filtered or unexported fields
}
ExportPersonalDataRequestBuilder provides operations to call the exportPersonalData method.
func NewExportPersonalDataRequestBuilder ¶
func NewExportPersonalDataRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExportPersonalDataRequestBuilder
NewExportPersonalDataRequestBuilder instantiates a new ExportPersonalDataRequestBuilder and sets the default values.
func NewExportPersonalDataRequestBuilderInternal ¶
func NewExportPersonalDataRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExportPersonalDataRequestBuilder
NewExportPersonalDataRequestBuilderInternal instantiates a new ExportPersonalDataRequestBuilder and sets the default values.
func (*ExportPersonalDataRequestBuilder) CreatePostRequestInformation ¶
func (m *ExportPersonalDataRequestBuilder) CreatePostRequestInformation(options *ExportPersonalDataRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action exportPersonalData
func (*ExportPersonalDataRequestBuilder) Post ¶
func (m *ExportPersonalDataRequestBuilder) Post(options *ExportPersonalDataRequestBuilderPostOptions) error
Post invoke action exportPersonalData
type ExportPersonalDataRequestBuilderPostOptions ¶
type ExportPersonalDataRequestBuilderPostOptions struct { // Body ExportPersonalDataRequestBodyable // 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 }
ExportPersonalDataRequestBuilderPostOptions options for Post