Documentation
¶
Index ¶
- type DbRequestBody
- func (m *DbRequestBody) GetAdditionalData() map[string]interface{}
- func (m *DbRequestBody) GetCost() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DbRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DbRequestBody) GetLife() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DbRequestBody) GetMonth() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DbRequestBody) GetPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DbRequestBody) GetSalvage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DbRequestBody) IsNil() bool
- func (m *DbRequestBody) Serialize(...) error
- func (m *DbRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *DbRequestBody) SetCost(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DbRequestBody) SetLife(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DbRequestBody) SetMonth(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DbRequestBody) SetPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DbRequestBody) SetSalvage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type DbRequestBuilder
- type DbRequestBuilderPostOptions
- type DbResponse
- func (m *DbResponse) GetAdditionalData() map[string]interface{}
- func (m *DbResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DbResponse) GetWorkbookFunctionResult() ...
- func (m *DbResponse) IsNil() bool
- func (m *DbResponse) Serialize(...) error
- func (m *DbResponse) SetAdditionalData(value map[string]interface{})
- func (m *DbResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbRequestBody ¶
type DbRequestBody struct {
// contains filtered or unexported fields
}
func NewDbRequestBody ¶
func NewDbRequestBody() *DbRequestBody
Instantiates a new dbRequestBody and sets the default values.
func (*DbRequestBody) GetAdditionalData ¶
func (m *DbRequestBody) 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 (*DbRequestBody) GetCost ¶
func (m *DbRequestBody) GetCost() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the cost property value.
func (*DbRequestBody) GetFieldDeserializers ¶
func (m *DbRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DbRequestBody) GetLife ¶
func (m *DbRequestBody) GetLife() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the life property value.
func (*DbRequestBody) GetMonth ¶
func (m *DbRequestBody) GetMonth() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the month property value.
func (*DbRequestBody) GetPeriod ¶
func (m *DbRequestBody) GetPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the period property value.
func (*DbRequestBody) GetSalvage ¶
func (m *DbRequestBody) GetSalvage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the salvage property value.
func (*DbRequestBody) IsNil ¶
func (m *DbRequestBody) IsNil() bool
func (*DbRequestBody) Serialize ¶
func (m *DbRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DbRequestBody) SetAdditionalData ¶
func (m *DbRequestBody) 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 (*DbRequestBody) SetCost ¶
func (m *DbRequestBody) SetCost(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the cost property value. Parameters:
- value : Value to set for the cost property.
func (*DbRequestBody) SetLife ¶
func (m *DbRequestBody) SetLife(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the life property value. Parameters:
- value : Value to set for the life property.
func (*DbRequestBody) SetMonth ¶
func (m *DbRequestBody) SetMonth(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the month property value. Parameters:
- value : Value to set for the month property.
func (*DbRequestBody) SetPeriod ¶
func (m *DbRequestBody) SetPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the period property value. Parameters:
- value : Value to set for the period property.
func (*DbRequestBody) SetSalvage ¶
func (m *DbRequestBody) SetSalvage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the salvage property value. Parameters:
- value : Value to set for the salvage property.
type DbRequestBuilder ¶
type DbRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.db
func NewDbRequestBuilder ¶
func NewDbRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DbRequestBuilder
Instantiates a new DbRequestBuilder 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 NewDbRequestBuilderInternal ¶
func NewDbRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DbRequestBuilder
Instantiates a new DbRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*DbRequestBuilder) CreatePostRequestInformation ¶
func (m *DbRequestBuilder) CreatePostRequestInformation(options *DbRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action db Parameters:
- options : Options for the request
func (*DbRequestBuilder) Post ¶
func (m *DbRequestBuilder) Post(options *DbRequestBuilderPostOptions) (*DbResponse, error)
Invoke action db Parameters:
- options : Options for the request
type DbRequestBuilderPostOptions ¶
type DbRequestBuilderPostOptions struct { // Body *DbRequestBody // 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 DbResponse ¶
type DbResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewDbResponse ¶
func NewDbResponse() *DbResponse
Instantiates a new dbResponse and sets the default values.
func (*DbResponse) GetAdditionalData ¶
func (m *DbResponse) 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 (*DbResponse) GetFieldDeserializers ¶
func (m *DbResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DbResponse) GetWorkbookFunctionResult ¶
func (m *DbResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*DbResponse) IsNil ¶
func (m *DbResponse) IsNil() bool
func (*DbResponse) Serialize ¶
func (m *DbResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DbResponse) SetAdditionalData ¶
func (m *DbResponse) 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 (*DbResponse) SetWorkbookFunctionResult ¶
func (m *DbResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.