Documentation ¶
Index ¶
- type MaxARequestBody
- func (m *MaxARequestBody) GetAdditionalData() map[string]interface{}
- func (m *MaxARequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MaxARequestBody) GetValues() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *MaxARequestBody) IsNil() bool
- func (m *MaxARequestBody) Serialize(...) error
- func (m *MaxARequestBody) SetAdditionalData(value map[string]interface{})
- func (m *MaxARequestBody) SetValues(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type MaxARequestBuilder
- type MaxARequestBuilderPostOptions
- type MaxAResponse
- func (m *MaxAResponse) GetAdditionalData() map[string]interface{}
- func (m *MaxAResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MaxAResponse) GetWorkbookFunctionResult() ...
- func (m *MaxAResponse) IsNil() bool
- func (m *MaxAResponse) Serialize(...) error
- func (m *MaxAResponse) SetAdditionalData(value map[string]interface{})
- func (m *MaxAResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxARequestBody ¶
type MaxARequestBody struct {
// contains filtered or unexported fields
}
MaxARequestBody
func NewMaxARequestBody ¶
func NewMaxARequestBody() *MaxARequestBody
NewMaxARequestBody instantiates a new maxARequestBody and sets the default values.
func (*MaxARequestBody) GetAdditionalData ¶
func (m *MaxARequestBody) 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 (*MaxARequestBody) GetFieldDeserializers ¶
func (m *MaxARequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MaxARequestBody) GetValues ¶
func (m *MaxARequestBody) GetValues() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetValues gets the values property value.
func (*MaxARequestBody) IsNil ¶
func (m *MaxARequestBody) IsNil() bool
func (*MaxARequestBody) Serialize ¶
func (m *MaxARequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MaxARequestBody) SetAdditionalData ¶
func (m *MaxARequestBody) 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 (*MaxARequestBody) SetValues ¶
func (m *MaxARequestBody) SetValues(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetValues sets the values property value.
type MaxARequestBuilder ¶
type MaxARequestBuilder struct {
// contains filtered or unexported fields
}
MaxARequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.maxA
func NewMaxARequestBuilder ¶
func NewMaxARequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MaxARequestBuilder
NewMaxARequestBuilder instantiates a new MaxARequestBuilder and sets the default values.
func NewMaxARequestBuilderInternal ¶
func NewMaxARequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MaxARequestBuilder
NewMaxARequestBuilderInternal instantiates a new MaxARequestBuilder and sets the default values.
func (*MaxARequestBuilder) CreatePostRequestInformation ¶
func (m *MaxARequestBuilder) CreatePostRequestInformation(options *MaxARequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action maxA
func (*MaxARequestBuilder) Post ¶
func (m *MaxARequestBuilder) Post(options *MaxARequestBuilderPostOptions) (*MaxAResponse, error)
Post invoke action maxA
type MaxARequestBuilderPostOptions ¶
type MaxARequestBuilderPostOptions struct { // Body *MaxARequestBody // 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 }
MaxARequestBuilderPostOptions options for Post
type MaxAResponse ¶
type MaxAResponse struct {
// contains filtered or unexported fields
}
MaxAResponse union type wrapper for classes workbookFunctionResult
func NewMaxAResponse ¶
func NewMaxAResponse() *MaxAResponse
NewMaxAResponse instantiates a new maxAResponse and sets the default values.
func (*MaxAResponse) GetAdditionalData ¶
func (m *MaxAResponse) 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 (*MaxAResponse) GetFieldDeserializers ¶
func (m *MaxAResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MaxAResponse) GetWorkbookFunctionResult ¶
func (m *MaxAResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*MaxAResponse) IsNil ¶
func (m *MaxAResponse) IsNil() bool
func (*MaxAResponse) Serialize ¶
func (m *MaxAResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MaxAResponse) SetAdditionalData ¶
func (m *MaxAResponse) 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 (*MaxAResponse) SetWorkbookFunctionResult ¶
func (m *MaxAResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult