Documentation
¶
Index ¶
- type TrimMeanRequestBody
- func (m *TrimMeanRequestBody) GetAdditionalData() map[string]interface{}
- func (m *TrimMeanRequestBody) GetArray() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TrimMeanRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TrimMeanRequestBody) GetPercent() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *TrimMeanRequestBody) IsNil() bool
- func (m *TrimMeanRequestBody) Serialize(...) error
- func (m *TrimMeanRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *TrimMeanRequestBody) SetArray(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *TrimMeanRequestBody) SetPercent(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type TrimMeanRequestBuilder
- type TrimMeanRequestBuilderPostOptions
- type TrimMeanResponse
- func (m *TrimMeanResponse) GetAdditionalData() map[string]interface{}
- func (m *TrimMeanResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TrimMeanResponse) GetWorkbookFunctionResult() ...
- func (m *TrimMeanResponse) IsNil() bool
- func (m *TrimMeanResponse) Serialize(...) error
- func (m *TrimMeanResponse) SetAdditionalData(value map[string]interface{})
- func (m *TrimMeanResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrimMeanRequestBody ¶
type TrimMeanRequestBody struct {
// contains filtered or unexported fields
}
func NewTrimMeanRequestBody ¶
func NewTrimMeanRequestBody() *TrimMeanRequestBody
Instantiates a new trimMeanRequestBody and sets the default values.
func (*TrimMeanRequestBody) GetAdditionalData ¶
func (m *TrimMeanRequestBody) 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 (*TrimMeanRequestBody) GetArray ¶
func (m *TrimMeanRequestBody) GetArray() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the array property value.
func (*TrimMeanRequestBody) GetFieldDeserializers ¶
func (m *TrimMeanRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*TrimMeanRequestBody) GetPercent ¶
func (m *TrimMeanRequestBody) GetPercent() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the percent property value.
func (*TrimMeanRequestBody) IsNil ¶
func (m *TrimMeanRequestBody) IsNil() bool
func (*TrimMeanRequestBody) Serialize ¶
func (m *TrimMeanRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*TrimMeanRequestBody) SetAdditionalData ¶
func (m *TrimMeanRequestBody) 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 (*TrimMeanRequestBody) SetArray ¶
func (m *TrimMeanRequestBody) SetArray(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the array property value. Parameters:
- value : Value to set for the array property.
func (*TrimMeanRequestBody) SetPercent ¶
func (m *TrimMeanRequestBody) SetPercent(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the percent property value. Parameters:
- value : Value to set for the percent property.
type TrimMeanRequestBuilder ¶
type TrimMeanRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.trimMean
func NewTrimMeanRequestBuilder ¶
func NewTrimMeanRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TrimMeanRequestBuilder
Instantiates a new TrimMeanRequestBuilder 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 NewTrimMeanRequestBuilderInternal ¶
func NewTrimMeanRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TrimMeanRequestBuilder
Instantiates a new TrimMeanRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TrimMeanRequestBuilder) CreatePostRequestInformation ¶
func (m *TrimMeanRequestBuilder) CreatePostRequestInformation(options *TrimMeanRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action trimMean Parameters:
- options : Options for the request
func (*TrimMeanRequestBuilder) Post ¶
func (m *TrimMeanRequestBuilder) Post(options *TrimMeanRequestBuilderPostOptions) (*TrimMeanResponse, error)
Invoke action trimMean Parameters:
- options : Options for the request
type TrimMeanRequestBuilderPostOptions ¶
type TrimMeanRequestBuilderPostOptions struct { // Body *TrimMeanRequestBody // 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 TrimMeanResponse ¶
type TrimMeanResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewTrimMeanResponse ¶
func NewTrimMeanResponse() *TrimMeanResponse
Instantiates a new trimMeanResponse and sets the default values.
func (*TrimMeanResponse) GetAdditionalData ¶
func (m *TrimMeanResponse) 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 (*TrimMeanResponse) GetFieldDeserializers ¶
func (m *TrimMeanResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*TrimMeanResponse) GetWorkbookFunctionResult ¶
func (m *TrimMeanResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*TrimMeanResponse) IsNil ¶
func (m *TrimMeanResponse) IsNil() bool
func (*TrimMeanResponse) Serialize ¶
func (m *TrimMeanResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*TrimMeanResponse) SetAdditionalData ¶
func (m *TrimMeanResponse) 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 (*TrimMeanResponse) SetWorkbookFunctionResult ¶
func (m *TrimMeanResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.