Documentation
¶
Index ¶
- type DvarPRequestBody
- func (m *DvarPRequestBody) GetAdditionalData() map[string]interface{}
- func (m *DvarPRequestBody) GetCriteria() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DvarPRequestBody) GetDatabase() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DvarPRequestBody) GetField() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DvarPRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DvarPRequestBody) IsNil() bool
- func (m *DvarPRequestBody) Serialize(...) error
- func (m *DvarPRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *DvarPRequestBody) SetCriteria(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DvarPRequestBody) SetDatabase(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DvarPRequestBody) SetField(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type DvarPRequestBuilder
- type DvarPRequestBuilderPostOptions
- type DvarPResponse
- func (m *DvarPResponse) GetAdditionalData() map[string]interface{}
- func (m *DvarPResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DvarPResponse) GetWorkbookFunctionResult() ...
- func (m *DvarPResponse) IsNil() bool
- func (m *DvarPResponse) Serialize(...) error
- func (m *DvarPResponse) SetAdditionalData(value map[string]interface{})
- func (m *DvarPResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DvarPRequestBody ¶
type DvarPRequestBody struct {
// contains filtered or unexported fields
}
func NewDvarPRequestBody ¶
func NewDvarPRequestBody() *DvarPRequestBody
Instantiates a new dvarPRequestBody and sets the default values.
func (*DvarPRequestBody) GetAdditionalData ¶
func (m *DvarPRequestBody) 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 (*DvarPRequestBody) GetCriteria ¶
func (m *DvarPRequestBody) GetCriteria() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the criteria property value.
func (*DvarPRequestBody) GetDatabase ¶
func (m *DvarPRequestBody) GetDatabase() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the database property value.
func (*DvarPRequestBody) GetField ¶
func (m *DvarPRequestBody) GetField() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the field property value.
func (*DvarPRequestBody) GetFieldDeserializers ¶
func (m *DvarPRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DvarPRequestBody) IsNil ¶
func (m *DvarPRequestBody) IsNil() bool
func (*DvarPRequestBody) Serialize ¶
func (m *DvarPRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DvarPRequestBody) SetAdditionalData ¶
func (m *DvarPRequestBody) 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 (*DvarPRequestBody) SetCriteria ¶
func (m *DvarPRequestBody) SetCriteria(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the criteria property value. Parameters:
- value : Value to set for the criteria property.
func (*DvarPRequestBody) SetDatabase ¶
func (m *DvarPRequestBody) SetDatabase(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the database property value. Parameters:
- value : Value to set for the database property.
func (*DvarPRequestBody) SetField ¶
func (m *DvarPRequestBody) SetField(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the field property value. Parameters:
- value : Value to set for the field property.
type DvarPRequestBuilder ¶
type DvarPRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.dvarP
func NewDvarPRequestBuilder ¶
func NewDvarPRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DvarPRequestBuilder
Instantiates a new DvarPRequestBuilder 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 NewDvarPRequestBuilderInternal ¶
func NewDvarPRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DvarPRequestBuilder
Instantiates a new DvarPRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*DvarPRequestBuilder) CreatePostRequestInformation ¶
func (m *DvarPRequestBuilder) CreatePostRequestInformation(options *DvarPRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action dvarP Parameters:
- options : Options for the request
func (*DvarPRequestBuilder) Post ¶
func (m *DvarPRequestBuilder) Post(options *DvarPRequestBuilderPostOptions) (*DvarPResponse, error)
Invoke action dvarP Parameters:
- options : Options for the request
type DvarPRequestBuilderPostOptions ¶
type DvarPRequestBuilderPostOptions struct {
//
Body *DvarPRequestBody
// 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 DvarPResponse ¶
type DvarPResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewDvarPResponse ¶
func NewDvarPResponse() *DvarPResponse
Instantiates a new dvarPResponse and sets the default values.
func (*DvarPResponse) GetAdditionalData ¶
func (m *DvarPResponse) 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 (*DvarPResponse) GetFieldDeserializers ¶
func (m *DvarPResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DvarPResponse) GetWorkbookFunctionResult ¶
func (m *DvarPResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*DvarPResponse) IsNil ¶
func (m *DvarPResponse) IsNil() bool
func (*DvarPResponse) Serialize ¶
func (m *DvarPResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DvarPResponse) SetAdditionalData ¶
func (m *DvarPResponse) 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 (*DvarPResponse) SetWorkbookFunctionResult ¶
func (m *DvarPResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.