Documentation
¶
Index ¶
- type Rank_AvgRequestBody
- func (m *Rank_AvgRequestBody) GetAdditionalData() map[string]interface{}
- func (m *Rank_AvgRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Rank_AvgRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Rank_AvgRequestBody) GetOrder() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Rank_AvgRequestBody) GetRef() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Rank_AvgRequestBody) IsNil() bool
- func (m *Rank_AvgRequestBody) Serialize(...) error
- func (m *Rank_AvgRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *Rank_AvgRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *Rank_AvgRequestBody) SetOrder(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *Rank_AvgRequestBody) SetRef(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type Rank_AvgRequestBuilder
- type Rank_AvgRequestBuilderPostOptions
- type Rank_AvgResponse
- func (m *Rank_AvgResponse) GetAdditionalData() map[string]interface{}
- func (m *Rank_AvgResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Rank_AvgResponse) GetWorkbookFunctionResult() ...
- func (m *Rank_AvgResponse) IsNil() bool
- func (m *Rank_AvgResponse) Serialize(...) error
- func (m *Rank_AvgResponse) SetAdditionalData(value map[string]interface{})
- func (m *Rank_AvgResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rank_AvgRequestBody ¶
type Rank_AvgRequestBody struct {
// contains filtered or unexported fields
}
func NewRank_AvgRequestBody ¶
func NewRank_AvgRequestBody() *Rank_AvgRequestBody
Instantiates a new rank_AvgRequestBody and sets the default values.
func (*Rank_AvgRequestBody) GetAdditionalData ¶
func (m *Rank_AvgRequestBody) 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 (*Rank_AvgRequestBody) GetFieldDeserializers ¶
func (m *Rank_AvgRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*Rank_AvgRequestBody) GetNumber ¶
func (m *Rank_AvgRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number property value.
func (*Rank_AvgRequestBody) GetOrder ¶
func (m *Rank_AvgRequestBody) GetOrder() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the order property value.
func (*Rank_AvgRequestBody) GetRef ¶
func (m *Rank_AvgRequestBody) GetRef() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the ref property value.
func (*Rank_AvgRequestBody) IsNil ¶
func (m *Rank_AvgRequestBody) IsNil() bool
func (*Rank_AvgRequestBody) Serialize ¶
func (m *Rank_AvgRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*Rank_AvgRequestBody) SetAdditionalData ¶
func (m *Rank_AvgRequestBody) 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 (*Rank_AvgRequestBody) SetNumber ¶
func (m *Rank_AvgRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number property value. Parameters:
- value : Value to set for the number property.
func (*Rank_AvgRequestBody) SetOrder ¶
func (m *Rank_AvgRequestBody) SetOrder(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the order property value. Parameters:
- value : Value to set for the order property.
func (*Rank_AvgRequestBody) SetRef ¶
func (m *Rank_AvgRequestBody) SetRef(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the ref property value. Parameters:
- value : Value to set for the ref property.
type Rank_AvgRequestBuilder ¶
type Rank_AvgRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.rank_Avg
func NewRank_AvgRequestBuilder ¶
func NewRank_AvgRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Rank_AvgRequestBuilder
Instantiates a new Rank_AvgRequestBuilder 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 NewRank_AvgRequestBuilderInternal ¶
func NewRank_AvgRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Rank_AvgRequestBuilder
Instantiates a new Rank_AvgRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*Rank_AvgRequestBuilder) CreatePostRequestInformation ¶
func (m *Rank_AvgRequestBuilder) CreatePostRequestInformation(options *Rank_AvgRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action rank_Avg Parameters:
- options : Options for the request
func (*Rank_AvgRequestBuilder) Post ¶
func (m *Rank_AvgRequestBuilder) Post(options *Rank_AvgRequestBuilderPostOptions) (*Rank_AvgResponse, error)
Invoke action rank_Avg Parameters:
- options : Options for the request
type Rank_AvgRequestBuilderPostOptions ¶
type Rank_AvgRequestBuilderPostOptions struct { // Body *Rank_AvgRequestBody // 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 Rank_AvgResponse ¶
type Rank_AvgResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewRank_AvgResponse ¶
func NewRank_AvgResponse() *Rank_AvgResponse
Instantiates a new rank_AvgResponse and sets the default values.
func (*Rank_AvgResponse) GetAdditionalData ¶
func (m *Rank_AvgResponse) 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 (*Rank_AvgResponse) GetFieldDeserializers ¶
func (m *Rank_AvgResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*Rank_AvgResponse) GetWorkbookFunctionResult ¶
func (m *Rank_AvgResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*Rank_AvgResponse) IsNil ¶
func (m *Rank_AvgResponse) IsNil() bool
func (*Rank_AvgResponse) Serialize ¶
func (m *Rank_AvgResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*Rank_AvgResponse) SetAdditionalData ¶
func (m *Rank_AvgResponse) 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 (*Rank_AvgResponse) SetWorkbookFunctionResult ¶
func (m *Rank_AvgResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.