Documentation
¶
Index ¶
- type QuotientRequestBody
- func (m *QuotientRequestBody) GetAdditionalData() map[string]interface{}
- func (m *QuotientRequestBody) GetDenominator() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *QuotientRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *QuotientRequestBody) GetNumerator() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *QuotientRequestBody) IsNil() bool
- func (m *QuotientRequestBody) Serialize(...) error
- func (m *QuotientRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *QuotientRequestBody) SetDenominator(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *QuotientRequestBody) SetNumerator(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type QuotientRequestBuilder
- type QuotientRequestBuilderPostOptions
- type QuotientResponse
- func (m *QuotientResponse) GetAdditionalData() map[string]interface{}
- func (m *QuotientResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *QuotientResponse) GetWorkbookFunctionResult() ...
- func (m *QuotientResponse) IsNil() bool
- func (m *QuotientResponse) Serialize(...) error
- func (m *QuotientResponse) SetAdditionalData(value map[string]interface{})
- func (m *QuotientResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuotientRequestBody ¶
type QuotientRequestBody struct {
// contains filtered or unexported fields
}
QuotientRequestBody
func NewQuotientRequestBody ¶
func NewQuotientRequestBody() *QuotientRequestBody
NewQuotientRequestBody instantiates a new quotientRequestBody and sets the default values.
func (*QuotientRequestBody) GetAdditionalData ¶
func (m *QuotientRequestBody) 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 (*QuotientRequestBody) GetDenominator ¶
func (m *QuotientRequestBody) GetDenominator() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetDenominator gets the denominator property value.
func (*QuotientRequestBody) GetFieldDeserializers ¶
func (m *QuotientRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*QuotientRequestBody) GetNumerator ¶
func (m *QuotientRequestBody) GetNumerator() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetNumerator gets the numerator property value.
func (*QuotientRequestBody) IsNil ¶
func (m *QuotientRequestBody) IsNil() bool
func (*QuotientRequestBody) Serialize ¶
func (m *QuotientRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*QuotientRequestBody) SetAdditionalData ¶
func (m *QuotientRequestBody) 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 (*QuotientRequestBody) SetDenominator ¶
func (m *QuotientRequestBody) SetDenominator(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetDenominator sets the denominator property value.
func (*QuotientRequestBody) SetNumerator ¶
func (m *QuotientRequestBody) SetNumerator(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetNumerator sets the numerator property value.
type QuotientRequestBuilder ¶
type QuotientRequestBuilder struct {
// contains filtered or unexported fields
}
QuotientRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.quotient
func NewQuotientRequestBuilder ¶
func NewQuotientRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *QuotientRequestBuilder
NewQuotientRequestBuilder instantiates a new QuotientRequestBuilder and sets the default values.
func NewQuotientRequestBuilderInternal ¶
func NewQuotientRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *QuotientRequestBuilder
NewQuotientRequestBuilderInternal instantiates a new QuotientRequestBuilder and sets the default values.
func (*QuotientRequestBuilder) CreatePostRequestInformation ¶
func (m *QuotientRequestBuilder) CreatePostRequestInformation(options *QuotientRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action quotient
func (*QuotientRequestBuilder) Post ¶
func (m *QuotientRequestBuilder) Post(options *QuotientRequestBuilderPostOptions) (*QuotientResponse, error)
Post invoke action quotient
type QuotientRequestBuilderPostOptions ¶
type QuotientRequestBuilderPostOptions struct { // Body *QuotientRequestBody // 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 }
QuotientRequestBuilderPostOptions options for Post
type QuotientResponse ¶
type QuotientResponse struct {
// contains filtered or unexported fields
}
QuotientResponse union type wrapper for classes workbookFunctionResult
func NewQuotientResponse ¶
func NewQuotientResponse() *QuotientResponse
NewQuotientResponse instantiates a new quotientResponse and sets the default values.
func (*QuotientResponse) GetAdditionalData ¶
func (m *QuotientResponse) 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 (*QuotientResponse) GetFieldDeserializers ¶
func (m *QuotientResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*QuotientResponse) GetWorkbookFunctionResult ¶
func (m *QuotientResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*QuotientResponse) IsNil ¶
func (m *QuotientResponse) IsNil() bool
func (*QuotientResponse) Serialize ¶
func (m *QuotientResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*QuotientResponse) SetAdditionalData ¶
func (m *QuotientResponse) 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 (*QuotientResponse) SetWorkbookFunctionResult ¶
func (m *QuotientResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult