Documentation
¶
Index ¶
- type TbillPriceRequestBody
- func (m *TbillPriceRequestBody) GetAdditionalData() map[string]interface{}
- func (m *TbillPriceRequestBody) GetDiscount() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillPriceRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TbillPriceRequestBody) GetMaturity() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillPriceRequestBody) GetSettlement() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillPriceRequestBody) IsNil() bool
- func (m *TbillPriceRequestBody) Serialize(...) error
- func (m *TbillPriceRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *TbillPriceRequestBody) SetDiscount(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *TbillPriceRequestBody) SetMaturity(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *TbillPriceRequestBody) SetSettlement(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type TbillPriceRequestBuilder
- type TbillPriceRequestBuilderPostOptions
- type TbillPriceResponse
- func (m *TbillPriceResponse) GetAdditionalData() map[string]interface{}
- func (m *TbillPriceResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TbillPriceResponse) GetWorkbookFunctionResult() ...
- func (m *TbillPriceResponse) IsNil() bool
- func (m *TbillPriceResponse) Serialize(...) error
- func (m *TbillPriceResponse) SetAdditionalData(value map[string]interface{})
- func (m *TbillPriceResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TbillPriceRequestBody ¶
type TbillPriceRequestBody struct {
// contains filtered or unexported fields
}
TbillPriceRequestBody
func NewTbillPriceRequestBody ¶
func NewTbillPriceRequestBody() *TbillPriceRequestBody
NewTbillPriceRequestBody instantiates a new tbillPriceRequestBody and sets the default values.
func (*TbillPriceRequestBody) GetAdditionalData ¶
func (m *TbillPriceRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData 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 (*TbillPriceRequestBody) GetDiscount ¶
func (m *TbillPriceRequestBody) GetDiscount() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetDiscount gets the discount property value.
func (*TbillPriceRequestBody) GetFieldDeserializers ¶
func (m *TbillPriceRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*TbillPriceRequestBody) GetMaturity ¶
func (m *TbillPriceRequestBody) GetMaturity() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetMaturity gets the maturity property value.
func (*TbillPriceRequestBody) GetSettlement ¶
func (m *TbillPriceRequestBody) GetSettlement() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetSettlement gets the settlement property value.
func (*TbillPriceRequestBody) IsNil ¶
func (m *TbillPriceRequestBody) IsNil() bool
func (*TbillPriceRequestBody) Serialize ¶
func (m *TbillPriceRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*TbillPriceRequestBody) SetAdditionalData ¶
func (m *TbillPriceRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TbillPriceRequestBody) SetDiscount ¶
func (m *TbillPriceRequestBody) SetDiscount(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetDiscount sets the discount property value.
func (*TbillPriceRequestBody) SetMaturity ¶
func (m *TbillPriceRequestBody) SetMaturity(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetMaturity sets the maturity property value.
func (*TbillPriceRequestBody) SetSettlement ¶
func (m *TbillPriceRequestBody) SetSettlement(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetSettlement sets the settlement property value.
type TbillPriceRequestBuilder ¶
type TbillPriceRequestBuilder struct {
// contains filtered or unexported fields
}
TbillPriceRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.tbillPrice
func NewTbillPriceRequestBuilder ¶
func NewTbillPriceRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TbillPriceRequestBuilder
NewTbillPriceRequestBuilder instantiates a new TbillPriceRequestBuilder and sets the default values.
func NewTbillPriceRequestBuilderInternal ¶
func NewTbillPriceRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TbillPriceRequestBuilder
NewTbillPriceRequestBuilderInternal instantiates a new TbillPriceRequestBuilder and sets the default values.
func (*TbillPriceRequestBuilder) CreatePostRequestInformation ¶
func (m *TbillPriceRequestBuilder) CreatePostRequestInformation(options *TbillPriceRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action tbillPrice
func (*TbillPriceRequestBuilder) Post ¶
func (m *TbillPriceRequestBuilder) Post(options *TbillPriceRequestBuilderPostOptions) (*TbillPriceResponse, error)
Post invoke action tbillPrice
type TbillPriceRequestBuilderPostOptions ¶
type TbillPriceRequestBuilderPostOptions struct { // Body *TbillPriceRequestBody // 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 }
TbillPriceRequestBuilderPostOptions options for Post
type TbillPriceResponse ¶
type TbillPriceResponse struct {
// contains filtered or unexported fields
}
TbillPriceResponse union type wrapper for classes workbookFunctionResult
func NewTbillPriceResponse ¶
func NewTbillPriceResponse() *TbillPriceResponse
NewTbillPriceResponse instantiates a new tbillPriceResponse and sets the default values.
func (*TbillPriceResponse) GetAdditionalData ¶
func (m *TbillPriceResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData 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 (*TbillPriceResponse) GetFieldDeserializers ¶
func (m *TbillPriceResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*TbillPriceResponse) GetWorkbookFunctionResult ¶
func (m *TbillPriceResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*TbillPriceResponse) IsNil ¶
func (m *TbillPriceResponse) IsNil() bool
func (*TbillPriceResponse) Serialize ¶
func (m *TbillPriceResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*TbillPriceResponse) SetAdditionalData ¶
func (m *TbillPriceResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TbillPriceResponse) SetWorkbookFunctionResult ¶
func (m *TbillPriceResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult