Documentation
¶
Index ¶
- func CreateRestoreRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RestoreRequestBody
- func (m *RestoreRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RestoreRequestBody) GetFieldDeserializers() ...
- func (m *RestoreRequestBody) GetName() *string
- func (m *RestoreRequestBody) GetParentReference() ...
- func (m *RestoreRequestBody) Serialize(...) error
- func (m *RestoreRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RestoreRequestBody) SetName(value *string)
- func (m *RestoreRequestBody) SetParentReference(...)
- type RestoreRequestBodyable
- type RestoreRequestBuilder
- type RestoreRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRestoreRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateRestoreRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRestoreRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RestoreRequestBody ¶
type RestoreRequestBody struct {
// contains filtered or unexported fields
}
RestoreRequestBody provides operations to call the restore method.
func NewRestoreRequestBody ¶
func NewRestoreRequestBody() *RestoreRequestBody
NewRestoreRequestBody instantiates a new restoreRequestBody and sets the default values.
func (*RestoreRequestBody) GetAdditionalData ¶
func (m *RestoreRequestBody) 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 (*RestoreRequestBody) GetFieldDeserializers ¶
func (m *RestoreRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RestoreRequestBody) GetName ¶
func (m *RestoreRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*RestoreRequestBody) GetParentReference ¶
func (m *RestoreRequestBody) GetParentReference() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable
GetParentReference gets the parentReference property value. The parentReference property
func (*RestoreRequestBody) Serialize ¶
func (m *RestoreRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RestoreRequestBody) SetAdditionalData ¶
func (m *RestoreRequestBody) 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 (*RestoreRequestBody) SetName ¶
func (m *RestoreRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*RestoreRequestBody) SetParentReference ¶
func (m *RestoreRequestBody) SetParentReference(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable)
SetParentReference sets the parentReference property value. The parentReference property
type RestoreRequestBodyable ¶ added in v0.13.0
type RestoreRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetName() *string GetParentReference() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable SetName(value *string) SetParentReference(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemReferenceable) }
RestoreRequestBodyable
type RestoreRequestBuilder ¶
type RestoreRequestBuilder struct {
// contains filtered or unexported fields
}
RestoreRequestBuilder provides operations to call the restore method.
func NewRestoreRequestBuilder ¶
func NewRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RestoreRequestBuilder
NewRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
func NewRestoreRequestBuilderInternal ¶
func NewRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RestoreRequestBuilder
NewRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
func (*RestoreRequestBuilder) CreatePostRequestInformation ¶
func (m *RestoreRequestBuilder) CreatePostRequestInformation(options *RestoreRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action restore
func (*RestoreRequestBuilder) Post ¶
func (m *RestoreRequestBuilder) Post(options *RestoreRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Post invoke action restore
type RestoreRequestBuilderPostOptions ¶
type RestoreRequestBuilderPostOptions struct { // Body RestoreRequestBodyable // 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 }
RestoreRequestBuilderPostOptions options for Post