Documentation
¶
Index ¶
- type T_DistRequestBody
- func (m *T_DistRequestBody) GetAdditionalData() map[string]interface{}
- func (m *T_DistRequestBody) GetCumulative() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *T_DistRequestBody) GetDegFreedom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *T_DistRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *T_DistRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *T_DistRequestBody) IsNil() bool
- func (m *T_DistRequestBody) Serialize(...) error
- func (m *T_DistRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *T_DistRequestBody) SetCumulative(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *T_DistRequestBody) SetDegFreedom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *T_DistRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type T_DistRequestBuilder
- type T_DistRequestBuilderPostOptions
- type T_DistResponse
- func (m *T_DistResponse) GetAdditionalData() map[string]interface{}
- func (m *T_DistResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *T_DistResponse) GetWorkbookFunctionResult() ...
- func (m *T_DistResponse) IsNil() bool
- func (m *T_DistResponse) Serialize(...) error
- func (m *T_DistResponse) SetAdditionalData(value map[string]interface{})
- func (m *T_DistResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T_DistRequestBody ¶
type T_DistRequestBody struct {
// contains filtered or unexported fields
}
T_DistRequestBody
func NewT_DistRequestBody ¶
func NewT_DistRequestBody() *T_DistRequestBody
NewT_DistRequestBody instantiates a new t_DistRequestBody and sets the default values.
func (*T_DistRequestBody) GetAdditionalData ¶
func (m *T_DistRequestBody) 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 (*T_DistRequestBody) GetCumulative ¶
func (m *T_DistRequestBody) GetCumulative() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetCumulative gets the cumulative property value.
func (*T_DistRequestBody) GetDegFreedom ¶
func (m *T_DistRequestBody) GetDegFreedom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetDegFreedom gets the degFreedom property value.
func (*T_DistRequestBody) GetFieldDeserializers ¶
func (m *T_DistRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*T_DistRequestBody) GetX ¶
func (m *T_DistRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetX gets the x property value.
func (*T_DistRequestBody) IsNil ¶
func (m *T_DistRequestBody) IsNil() bool
func (*T_DistRequestBody) Serialize ¶
func (m *T_DistRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*T_DistRequestBody) SetAdditionalData ¶
func (m *T_DistRequestBody) 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 (*T_DistRequestBody) SetCumulative ¶
func (m *T_DistRequestBody) SetCumulative(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetCumulative sets the cumulative property value.
func (*T_DistRequestBody) SetDegFreedom ¶
func (m *T_DistRequestBody) SetDegFreedom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetDegFreedom sets the degFreedom property value.
func (*T_DistRequestBody) SetX ¶
func (m *T_DistRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetX sets the x property value.
type T_DistRequestBuilder ¶
type T_DistRequestBuilder struct {
// contains filtered or unexported fields
}
T_DistRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.t_Dist
func NewT_DistRequestBuilder ¶
func NewT_DistRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *T_DistRequestBuilder
NewT_DistRequestBuilder instantiates a new T_DistRequestBuilder and sets the default values.
func NewT_DistRequestBuilderInternal ¶
func NewT_DistRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *T_DistRequestBuilder
NewT_DistRequestBuilderInternal instantiates a new T_DistRequestBuilder and sets the default values.
func (*T_DistRequestBuilder) CreatePostRequestInformation ¶
func (m *T_DistRequestBuilder) CreatePostRequestInformation(options *T_DistRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action t_Dist
func (*T_DistRequestBuilder) Post ¶
func (m *T_DistRequestBuilder) Post(options *T_DistRequestBuilderPostOptions) (*T_DistResponse, error)
Post invoke action t_Dist
type T_DistRequestBuilderPostOptions ¶
type T_DistRequestBuilderPostOptions struct { // Body *T_DistRequestBody // 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 }
T_DistRequestBuilderPostOptions options for Post
type T_DistResponse ¶
type T_DistResponse struct {
// contains filtered or unexported fields
}
T_DistResponse union type wrapper for classes workbookFunctionResult
func NewT_DistResponse ¶
func NewT_DistResponse() *T_DistResponse
NewT_DistResponse instantiates a new t_DistResponse and sets the default values.
func (*T_DistResponse) GetAdditionalData ¶
func (m *T_DistResponse) 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 (*T_DistResponse) GetFieldDeserializers ¶
func (m *T_DistResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*T_DistResponse) GetWorkbookFunctionResult ¶
func (m *T_DistResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*T_DistResponse) IsNil ¶
func (m *T_DistResponse) IsNil() bool
func (*T_DistResponse) Serialize ¶
func (m *T_DistResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*T_DistResponse) SetAdditionalData ¶
func (m *T_DistResponse) 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 (*T_DistResponse) SetWorkbookFunctionResult ¶
func (m *T_DistResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult