Documentation
¶
Index ¶
- type RestoreRequestBody
- func (m *RestoreRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RestoreRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RestoreRequestBody) GetName() *string
- func (m *RestoreRequestBody) GetParentReference() ...
- func (m *RestoreRequestBody) IsNil() bool
- func (m *RestoreRequestBody) Serialize(...) error
- func (m *RestoreRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RestoreRequestBody) SetName(value *string)
- func (m *RestoreRequestBody) SetParentReference(...)
- type RestoreRequestBuilder
- type RestoreRequestBuilderPostOptions
- type RestoreResponse
- func (m *RestoreResponse) GetAdditionalData() map[string]interface{}
- func (m *RestoreResponse) GetDriveItem() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItem
- func (m *RestoreResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RestoreResponse) IsNil() bool
- func (m *RestoreResponse) Serialize(...) error
- func (m *RestoreResponse) SetAdditionalData(value map[string]interface{})
- func (m *RestoreResponse) SetDriveItem(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoreRequestBody ¶
type RestoreRequestBody struct {
// contains filtered or unexported fields
}
func NewRestoreRequestBody ¶
func NewRestoreRequestBody() *RestoreRequestBody
Instantiates a new restoreRequestBody and sets the default values.
func (*RestoreRequestBody) GetAdditionalData ¶
func (m *RestoreRequestBody) GetAdditionalData() map[string]interface{}
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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*RestoreRequestBody) GetName ¶
func (m *RestoreRequestBody) GetName() *string
Gets the name property value.
func (*RestoreRequestBody) GetParentReference ¶
func (m *RestoreRequestBody) GetParentReference() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ItemReference
Gets the parentReference property value.
func (*RestoreRequestBody) IsNil ¶
func (m *RestoreRequestBody) IsNil() bool
func (*RestoreRequestBody) Serialize ¶
func (m *RestoreRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*RestoreRequestBody) SetAdditionalData ¶
func (m *RestoreRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*RestoreRequestBody) SetName ¶
func (m *RestoreRequestBody) SetName(value *string)
Sets the name property value. Parameters:
- value : Value to set for the name property.
func (*RestoreRequestBody) SetParentReference ¶
func (m *RestoreRequestBody) SetParentReference(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ItemReference)
Sets the parentReference property value. Parameters:
- value : Value to set for the parentReference property.
type RestoreRequestBuilder ¶
type RestoreRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\microsoft.graph.restore
func NewRestoreRequestBuilder ¶
func NewRestoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RestoreRequestBuilder
Instantiates a new RestoreRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewRestoreRequestBuilderInternal ¶
func NewRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RestoreRequestBuilder
Instantiates a new RestoreRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*RestoreRequestBuilder) CreatePostRequestInformation ¶
func (m *RestoreRequestBuilder) CreatePostRequestInformation(options *RestoreRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action restore Parameters:
- options : Options for the request
func (*RestoreRequestBuilder) Post ¶
func (m *RestoreRequestBuilder) Post(options *RestoreRequestBuilderPostOptions) (*RestoreResponse, error)
Invoke action restore Parameters:
- options : Options for the request
type RestoreRequestBuilderPostOptions ¶
type RestoreRequestBuilderPostOptions struct { // Body *RestoreRequestBody // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Post
type RestoreResponse ¶
type RestoreResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes driveItem
func NewRestoreResponse ¶
func NewRestoreResponse() *RestoreResponse
Instantiates a new restoreResponse and sets the default values.
func (*RestoreResponse) GetAdditionalData ¶
func (m *RestoreResponse) GetAdditionalData() map[string]interface{}
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 (*RestoreResponse) GetDriveItem ¶
func (m *RestoreResponse) GetDriveItem() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItem
Gets the driveItem property value. Union type representation for type driveItem
func (*RestoreResponse) GetFieldDeserializers ¶
func (m *RestoreResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*RestoreResponse) IsNil ¶
func (m *RestoreResponse) IsNil() bool
func (*RestoreResponse) Serialize ¶
func (m *RestoreResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*RestoreResponse) SetAdditionalData ¶
func (m *RestoreResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*RestoreResponse) SetDriveItem ¶
func (m *RestoreResponse) SetDriveItem(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItem)
Sets the driveItem property value. Union type representation for type driveItem Parameters:
- value : Value to set for the driveItem property.