Documentation
¶
Index ¶
- type DollarDeRequestBody
- func (m *DollarDeRequestBody) GetAdditionalData() map[string]interface{}
- func (m *DollarDeRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DollarDeRequestBody) GetFraction() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DollarDeRequestBody) GetFractionalDollar() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *DollarDeRequestBody) IsNil() bool
- func (m *DollarDeRequestBody) Serialize(...) error
- func (m *DollarDeRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *DollarDeRequestBody) SetFraction(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *DollarDeRequestBody) SetFractionalDollar(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type DollarDeRequestBuilder
- type DollarDeRequestBuilderPostOptions
- type DollarDeResponse
- func (m *DollarDeResponse) GetAdditionalData() map[string]interface{}
- func (m *DollarDeResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *DollarDeResponse) GetWorkbookFunctionResult() ...
- func (m *DollarDeResponse) IsNil() bool
- func (m *DollarDeResponse) Serialize(...) error
- func (m *DollarDeResponse) SetAdditionalData(value map[string]interface{})
- func (m *DollarDeResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DollarDeRequestBody ¶
type DollarDeRequestBody struct {
// contains filtered or unexported fields
}
func NewDollarDeRequestBody ¶
func NewDollarDeRequestBody() *DollarDeRequestBody
Instantiates a new dollarDeRequestBody and sets the default values.
func (*DollarDeRequestBody) GetAdditionalData ¶
func (m *DollarDeRequestBody) 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 (*DollarDeRequestBody) GetFieldDeserializers ¶
func (m *DollarDeRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DollarDeRequestBody) GetFraction ¶
func (m *DollarDeRequestBody) GetFraction() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the fraction property value.
func (*DollarDeRequestBody) GetFractionalDollar ¶
func (m *DollarDeRequestBody) GetFractionalDollar() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the fractionalDollar property value.
func (*DollarDeRequestBody) IsNil ¶
func (m *DollarDeRequestBody) IsNil() bool
func (*DollarDeRequestBody) Serialize ¶
func (m *DollarDeRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DollarDeRequestBody) SetAdditionalData ¶
func (m *DollarDeRequestBody) 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 (*DollarDeRequestBody) SetFraction ¶
func (m *DollarDeRequestBody) SetFraction(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the fraction property value. Parameters:
- value : Value to set for the fraction property.
func (*DollarDeRequestBody) SetFractionalDollar ¶
func (m *DollarDeRequestBody) SetFractionalDollar(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the fractionalDollar property value. Parameters:
- value : Value to set for the fractionalDollar property.
type DollarDeRequestBuilder ¶
type DollarDeRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.dollarDe
func NewDollarDeRequestBuilder ¶
func NewDollarDeRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DollarDeRequestBuilder
Instantiates a new DollarDeRequestBuilder 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 NewDollarDeRequestBuilderInternal ¶
func NewDollarDeRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DollarDeRequestBuilder
Instantiates a new DollarDeRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*DollarDeRequestBuilder) CreatePostRequestInformation ¶
func (m *DollarDeRequestBuilder) CreatePostRequestInformation(options *DollarDeRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action dollarDe Parameters:
- options : Options for the request
func (*DollarDeRequestBuilder) Post ¶
func (m *DollarDeRequestBuilder) Post(options *DollarDeRequestBuilderPostOptions) (*DollarDeResponse, error)
Invoke action dollarDe Parameters:
- options : Options for the request
type DollarDeRequestBuilderPostOptions ¶
type DollarDeRequestBuilderPostOptions struct { // Body *DollarDeRequestBody // 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 DollarDeResponse ¶
type DollarDeResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewDollarDeResponse ¶
func NewDollarDeResponse() *DollarDeResponse
Instantiates a new dollarDeResponse and sets the default values.
func (*DollarDeResponse) GetAdditionalData ¶
func (m *DollarDeResponse) 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 (*DollarDeResponse) GetFieldDeserializers ¶
func (m *DollarDeResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*DollarDeResponse) GetWorkbookFunctionResult ¶
func (m *DollarDeResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*DollarDeResponse) IsNil ¶
func (m *DollarDeResponse) IsNil() bool
func (*DollarDeResponse) Serialize ¶
func (m *DollarDeResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*DollarDeResponse) SetAdditionalData ¶
func (m *DollarDeResponse) 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 (*DollarDeResponse) SetWorkbookFunctionResult ¶
func (m *DollarDeResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.