Documentation ¶
Index ¶
- type TbillYieldRequestBody
- func (m *TbillYieldRequestBody) GetAdditionalData() map[string]interface{}
- func (m *TbillYieldRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TbillYieldRequestBody) GetMaturity() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillYieldRequestBody) GetPr() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillYieldRequestBody) GetSettlement() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TbillYieldRequestBody) IsNil() bool
- func (m *TbillYieldRequestBody) Serialize(...) error
- func (m *TbillYieldRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *TbillYieldRequestBody) SetMaturity(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *TbillYieldRequestBody) SetPr(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *TbillYieldRequestBody) SetSettlement(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type TbillYieldRequestBuilder
- type TbillYieldRequestBuilderPostOptions
- type TbillYieldResponse
- func (m *TbillYieldResponse) GetAdditionalData() map[string]interface{}
- func (m *TbillYieldResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TbillYieldResponse) GetWorkbookFunctionResult() ...
- func (m *TbillYieldResponse) IsNil() bool
- func (m *TbillYieldResponse) Serialize(...) error
- func (m *TbillYieldResponse) SetAdditionalData(value map[string]interface{})
- func (m *TbillYieldResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TbillYieldRequestBody ¶
type TbillYieldRequestBody struct {
// contains filtered or unexported fields
}
func NewTbillYieldRequestBody ¶
func NewTbillYieldRequestBody() *TbillYieldRequestBody
Instantiates a new tbillYieldRequestBody and sets the default values.
func (*TbillYieldRequestBody) GetAdditionalData ¶
func (m *TbillYieldRequestBody) 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 (*TbillYieldRequestBody) GetFieldDeserializers ¶
func (m *TbillYieldRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*TbillYieldRequestBody) GetMaturity ¶
func (m *TbillYieldRequestBody) GetMaturity() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the maturity property value.
func (*TbillYieldRequestBody) GetPr ¶
func (m *TbillYieldRequestBody) GetPr() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the pr property value.
func (*TbillYieldRequestBody) GetSettlement ¶
func (m *TbillYieldRequestBody) GetSettlement() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the settlement property value.
func (*TbillYieldRequestBody) IsNil ¶
func (m *TbillYieldRequestBody) IsNil() bool
func (*TbillYieldRequestBody) Serialize ¶
func (m *TbillYieldRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*TbillYieldRequestBody) SetAdditionalData ¶
func (m *TbillYieldRequestBody) 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 (*TbillYieldRequestBody) SetMaturity ¶
func (m *TbillYieldRequestBody) SetMaturity(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the maturity property value. Parameters:
- value : Value to set for the maturity property.
func (*TbillYieldRequestBody) SetPr ¶
func (m *TbillYieldRequestBody) SetPr(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the pr property value. Parameters:
- value : Value to set for the pr property.
func (*TbillYieldRequestBody) SetSettlement ¶
func (m *TbillYieldRequestBody) SetSettlement(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the settlement property value. Parameters:
- value : Value to set for the settlement property.
type TbillYieldRequestBuilder ¶
type TbillYieldRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.tbillYield
func NewTbillYieldRequestBuilder ¶
func NewTbillYieldRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TbillYieldRequestBuilder
Instantiates a new TbillYieldRequestBuilder 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 NewTbillYieldRequestBuilderInternal ¶
func NewTbillYieldRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TbillYieldRequestBuilder
Instantiates a new TbillYieldRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TbillYieldRequestBuilder) CreatePostRequestInformation ¶
func (m *TbillYieldRequestBuilder) CreatePostRequestInformation(options *TbillYieldRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action tbillYield Parameters:
- options : Options for the request
func (*TbillYieldRequestBuilder) Post ¶
func (m *TbillYieldRequestBuilder) Post(options *TbillYieldRequestBuilderPostOptions) (*TbillYieldResponse, error)
Invoke action tbillYield Parameters:
- options : Options for the request
type TbillYieldRequestBuilderPostOptions ¶
type TbillYieldRequestBuilderPostOptions struct { // Body *TbillYieldRequestBody // 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 TbillYieldResponse ¶
type TbillYieldResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewTbillYieldResponse ¶
func NewTbillYieldResponse() *TbillYieldResponse
Instantiates a new tbillYieldResponse and sets the default values.
func (*TbillYieldResponse) GetAdditionalData ¶
func (m *TbillYieldResponse) 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 (*TbillYieldResponse) GetFieldDeserializers ¶
func (m *TbillYieldResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*TbillYieldResponse) GetWorkbookFunctionResult ¶
func (m *TbillYieldResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*TbillYieldResponse) IsNil ¶
func (m *TbillYieldResponse) IsNil() bool
func (*TbillYieldResponse) Serialize ¶
func (m *TbillYieldResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*TbillYieldResponse) SetAdditionalData ¶
func (m *TbillYieldResponse) 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 (*TbillYieldResponse) SetWorkbookFunctionResult ¶
func (m *TbillYieldResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.