Documentation ¶
Index ¶
- type Percentile_IncRequestBody
- func (m *Percentile_IncRequestBody) GetAdditionalData() map[string]interface{}
- func (m *Percentile_IncRequestBody) GetArray() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Percentile_IncRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Percentile_IncRequestBody) GetK() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Percentile_IncRequestBody) IsNil() bool
- func (m *Percentile_IncRequestBody) Serialize(...) error
- func (m *Percentile_IncRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *Percentile_IncRequestBody) SetArray(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *Percentile_IncRequestBody) SetK(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type Percentile_IncRequestBuilder
- type Percentile_IncRequestBuilderPostOptions
- type Percentile_IncResponse
- func (m *Percentile_IncResponse) GetAdditionalData() map[string]interface{}
- func (m *Percentile_IncResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Percentile_IncResponse) GetWorkbookFunctionResult() ...
- func (m *Percentile_IncResponse) IsNil() bool
- func (m *Percentile_IncResponse) Serialize(...) error
- func (m *Percentile_IncResponse) SetAdditionalData(value map[string]interface{})
- func (m *Percentile_IncResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Percentile_IncRequestBody ¶
type Percentile_IncRequestBody struct {
// contains filtered or unexported fields
}
Percentile_IncRequestBody
func NewPercentile_IncRequestBody ¶
func NewPercentile_IncRequestBody() *Percentile_IncRequestBody
NewPercentile_IncRequestBody instantiates a new percentile_IncRequestBody and sets the default values.
func (*Percentile_IncRequestBody) GetAdditionalData ¶
func (m *Percentile_IncRequestBody) 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 (*Percentile_IncRequestBody) GetArray ¶
func (m *Percentile_IncRequestBody) GetArray() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetArray gets the array property value.
func (*Percentile_IncRequestBody) GetFieldDeserializers ¶
func (m *Percentile_IncRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Percentile_IncRequestBody) GetK ¶
func (m *Percentile_IncRequestBody) GetK() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetK gets the k property value.
func (*Percentile_IncRequestBody) IsNil ¶
func (m *Percentile_IncRequestBody) IsNil() bool
func (*Percentile_IncRequestBody) Serialize ¶
func (m *Percentile_IncRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Percentile_IncRequestBody) SetAdditionalData ¶
func (m *Percentile_IncRequestBody) 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 (*Percentile_IncRequestBody) SetArray ¶
func (m *Percentile_IncRequestBody) SetArray(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetArray sets the array property value.
func (*Percentile_IncRequestBody) SetK ¶
func (m *Percentile_IncRequestBody) SetK(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetK sets the k property value.
type Percentile_IncRequestBuilder ¶
type Percentile_IncRequestBuilder struct {
// contains filtered or unexported fields
}
Percentile_IncRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.percentile_Inc
func NewPercentile_IncRequestBuilder ¶
func NewPercentile_IncRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Percentile_IncRequestBuilder
NewPercentile_IncRequestBuilder instantiates a new Percentile_IncRequestBuilder and sets the default values.
func NewPercentile_IncRequestBuilderInternal ¶
func NewPercentile_IncRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Percentile_IncRequestBuilder
NewPercentile_IncRequestBuilderInternal instantiates a new Percentile_IncRequestBuilder and sets the default values.
func (*Percentile_IncRequestBuilder) CreatePostRequestInformation ¶
func (m *Percentile_IncRequestBuilder) CreatePostRequestInformation(options *Percentile_IncRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action percentile_Inc
func (*Percentile_IncRequestBuilder) Post ¶
func (m *Percentile_IncRequestBuilder) Post(options *Percentile_IncRequestBuilderPostOptions) (*Percentile_IncResponse, error)
Post invoke action percentile_Inc
type Percentile_IncRequestBuilderPostOptions ¶
type Percentile_IncRequestBuilderPostOptions struct { // Body *Percentile_IncRequestBody // 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 }
Percentile_IncRequestBuilderPostOptions options for Post
type Percentile_IncResponse ¶
type Percentile_IncResponse struct {
// contains filtered or unexported fields
}
Percentile_IncResponse union type wrapper for classes workbookFunctionResult
func NewPercentile_IncResponse ¶
func NewPercentile_IncResponse() *Percentile_IncResponse
NewPercentile_IncResponse instantiates a new percentile_IncResponse and sets the default values.
func (*Percentile_IncResponse) GetAdditionalData ¶
func (m *Percentile_IncResponse) 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 (*Percentile_IncResponse) GetFieldDeserializers ¶
func (m *Percentile_IncResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Percentile_IncResponse) GetWorkbookFunctionResult ¶
func (m *Percentile_IncResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*Percentile_IncResponse) IsNil ¶
func (m *Percentile_IncResponse) IsNil() bool
func (*Percentile_IncResponse) Serialize ¶
func (m *Percentile_IncResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Percentile_IncResponse) SetAdditionalData ¶
func (m *Percentile_IncResponse) 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 (*Percentile_IncResponse) SetWorkbookFunctionResult ¶
func (m *Percentile_IncResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult