Documentation
¶
Index ¶
- type T_Inv_2TRequestBody
- func (m *T_Inv_2TRequestBody) GetAdditionalData() map[string]interface{}
- func (m *T_Inv_2TRequestBody) GetDegFreedom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *T_Inv_2TRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *T_Inv_2TRequestBody) GetProbability() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *T_Inv_2TRequestBody) IsNil() bool
- func (m *T_Inv_2TRequestBody) Serialize(...) error
- func (m *T_Inv_2TRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *T_Inv_2TRequestBody) SetDegFreedom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *T_Inv_2TRequestBody) SetProbability(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type T_Inv_2TRequestBuilder
- type T_Inv_2TRequestBuilderPostOptions
- type T_Inv_2TResponse
- func (m *T_Inv_2TResponse) GetAdditionalData() map[string]interface{}
- func (m *T_Inv_2TResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *T_Inv_2TResponse) GetWorkbookFunctionResult() ...
- func (m *T_Inv_2TResponse) IsNil() bool
- func (m *T_Inv_2TResponse) Serialize(...) error
- func (m *T_Inv_2TResponse) SetAdditionalData(value map[string]interface{})
- func (m *T_Inv_2TResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T_Inv_2TRequestBody ¶
type T_Inv_2TRequestBody struct {
// contains filtered or unexported fields
}
func NewT_Inv_2TRequestBody ¶
func NewT_Inv_2TRequestBody() *T_Inv_2TRequestBody
Instantiates a new t_Inv_2TRequestBody and sets the default values.
func (*T_Inv_2TRequestBody) GetAdditionalData ¶
func (m *T_Inv_2TRequestBody) 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 (*T_Inv_2TRequestBody) GetDegFreedom ¶
func (m *T_Inv_2TRequestBody) GetDegFreedom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the degFreedom property value.
func (*T_Inv_2TRequestBody) GetFieldDeserializers ¶
func (m *T_Inv_2TRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*T_Inv_2TRequestBody) GetProbability ¶
func (m *T_Inv_2TRequestBody) GetProbability() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the probability property value.
func (*T_Inv_2TRequestBody) IsNil ¶
func (m *T_Inv_2TRequestBody) IsNil() bool
func (*T_Inv_2TRequestBody) Serialize ¶
func (m *T_Inv_2TRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*T_Inv_2TRequestBody) SetAdditionalData ¶
func (m *T_Inv_2TRequestBody) 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 (*T_Inv_2TRequestBody) SetDegFreedom ¶
func (m *T_Inv_2TRequestBody) SetDegFreedom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the degFreedom property value. Parameters:
- value : Value to set for the degFreedom property.
func (*T_Inv_2TRequestBody) SetProbability ¶
func (m *T_Inv_2TRequestBody) SetProbability(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the probability property value. Parameters:
- value : Value to set for the probability property.
type T_Inv_2TRequestBuilder ¶
type T_Inv_2TRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.t_Inv_2T
func NewT_Inv_2TRequestBuilder ¶
func NewT_Inv_2TRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *T_Inv_2TRequestBuilder
Instantiates a new T_Inv_2TRequestBuilder 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 NewT_Inv_2TRequestBuilderInternal ¶
func NewT_Inv_2TRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *T_Inv_2TRequestBuilder
Instantiates a new T_Inv_2TRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*T_Inv_2TRequestBuilder) CreatePostRequestInformation ¶
func (m *T_Inv_2TRequestBuilder) CreatePostRequestInformation(options *T_Inv_2TRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action t_Inv_2T Parameters:
- options : Options for the request
func (*T_Inv_2TRequestBuilder) Post ¶
func (m *T_Inv_2TRequestBuilder) Post(options *T_Inv_2TRequestBuilderPostOptions) (*T_Inv_2TResponse, error)
Invoke action t_Inv_2T Parameters:
- options : Options for the request
type T_Inv_2TRequestBuilderPostOptions ¶
type T_Inv_2TRequestBuilderPostOptions struct { // Body *T_Inv_2TRequestBody // 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 T_Inv_2TResponse ¶
type T_Inv_2TResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewT_Inv_2TResponse ¶
func NewT_Inv_2TResponse() *T_Inv_2TResponse
Instantiates a new t_Inv_2TResponse and sets the default values.
func (*T_Inv_2TResponse) GetAdditionalData ¶
func (m *T_Inv_2TResponse) 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 (*T_Inv_2TResponse) GetFieldDeserializers ¶
func (m *T_Inv_2TResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*T_Inv_2TResponse) GetWorkbookFunctionResult ¶
func (m *T_Inv_2TResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*T_Inv_2TResponse) IsNil ¶
func (m *T_Inv_2TResponse) IsNil() bool
func (*T_Inv_2TResponse) Serialize ¶
func (m *T_Inv_2TResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*T_Inv_2TResponse) SetAdditionalData ¶
func (m *T_Inv_2TResponse) 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 (*T_Inv_2TResponse) SetWorkbookFunctionResult ¶
func (m *T_Inv_2TResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.