Documentation
¶
Index ¶
- type UsdollarRequestBody
- func (m *UsdollarRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UsdollarRequestBody) GetDecimals() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *UsdollarRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *UsdollarRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *UsdollarRequestBody) IsNil() bool
- func (m *UsdollarRequestBody) Serialize(...) error
- func (m *UsdollarRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UsdollarRequestBody) SetDecimals(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *UsdollarRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type UsdollarRequestBuilder
- type UsdollarRequestBuilderPostOptions
- type UsdollarResponse
- func (m *UsdollarResponse) GetAdditionalData() map[string]interface{}
- func (m *UsdollarResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *UsdollarResponse) GetWorkbookFunctionResult() ...
- func (m *UsdollarResponse) IsNil() bool
- func (m *UsdollarResponse) Serialize(...) error
- func (m *UsdollarResponse) SetAdditionalData(value map[string]interface{})
- func (m *UsdollarResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsdollarRequestBody ¶
type UsdollarRequestBody struct {
// contains filtered or unexported fields
}
func NewUsdollarRequestBody ¶
func NewUsdollarRequestBody() *UsdollarRequestBody
Instantiates a new usdollarRequestBody and sets the default values.
func (*UsdollarRequestBody) GetAdditionalData ¶
func (m *UsdollarRequestBody) 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 (*UsdollarRequestBody) GetDecimals ¶
func (m *UsdollarRequestBody) GetDecimals() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the decimals property value.
func (*UsdollarRequestBody) GetFieldDeserializers ¶
func (m *UsdollarRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*UsdollarRequestBody) GetNumber ¶
func (m *UsdollarRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number property value.
func (*UsdollarRequestBody) IsNil ¶
func (m *UsdollarRequestBody) IsNil() bool
func (*UsdollarRequestBody) Serialize ¶
func (m *UsdollarRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*UsdollarRequestBody) SetAdditionalData ¶
func (m *UsdollarRequestBody) 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 (*UsdollarRequestBody) SetDecimals ¶
func (m *UsdollarRequestBody) SetDecimals(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the decimals property value. Parameters:
- value : Value to set for the decimals property.
func (*UsdollarRequestBody) SetNumber ¶
func (m *UsdollarRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number property value. Parameters:
- value : Value to set for the number property.
type UsdollarRequestBuilder ¶
type UsdollarRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.usdollar
func NewUsdollarRequestBuilder ¶
func NewUsdollarRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsdollarRequestBuilder
Instantiates a new UsdollarRequestBuilder 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 NewUsdollarRequestBuilderInternal ¶
func NewUsdollarRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsdollarRequestBuilder
Instantiates a new UsdollarRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*UsdollarRequestBuilder) CreatePostRequestInformation ¶
func (m *UsdollarRequestBuilder) CreatePostRequestInformation(options *UsdollarRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action usdollar Parameters:
- options : Options for the request
func (*UsdollarRequestBuilder) Post ¶
func (m *UsdollarRequestBuilder) Post(options *UsdollarRequestBuilderPostOptions) (*UsdollarResponse, error)
Invoke action usdollar Parameters:
- options : Options for the request
type UsdollarRequestBuilderPostOptions ¶
type UsdollarRequestBuilderPostOptions struct {
//
Body *UsdollarRequestBody
// 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 UsdollarResponse ¶
type UsdollarResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewUsdollarResponse ¶
func NewUsdollarResponse() *UsdollarResponse
Instantiates a new usdollarResponse and sets the default values.
func (*UsdollarResponse) GetAdditionalData ¶
func (m *UsdollarResponse) 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 (*UsdollarResponse) GetFieldDeserializers ¶
func (m *UsdollarResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*UsdollarResponse) GetWorkbookFunctionResult ¶
func (m *UsdollarResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*UsdollarResponse) IsNil ¶
func (m *UsdollarResponse) IsNil() bool
func (*UsdollarResponse) Serialize ¶
func (m *UsdollarResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*UsdollarResponse) SetAdditionalData ¶
func (m *UsdollarResponse) 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 (*UsdollarResponse) SetWorkbookFunctionResult ¶
func (m *UsdollarResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.