Documentation
¶
Index ¶
- type PermutationaRequestBody
- func (m *PermutationaRequestBody) GetAdditionalData() map[string]interface{}
- func (m *PermutationaRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PermutationaRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *PermutationaRequestBody) GetNumberChosen() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *PermutationaRequestBody) IsNil() bool
- func (m *PermutationaRequestBody) Serialize(...) error
- func (m *PermutationaRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *PermutationaRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *PermutationaRequestBody) SetNumberChosen(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type PermutationaRequestBuilder
- type PermutationaRequestBuilderPostOptions
- type PermutationaResponse
- func (m *PermutationaResponse) GetAdditionalData() map[string]interface{}
- func (m *PermutationaResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PermutationaResponse) GetWorkbookFunctionResult() ...
- func (m *PermutationaResponse) IsNil() bool
- func (m *PermutationaResponse) Serialize(...) error
- func (m *PermutationaResponse) SetAdditionalData(value map[string]interface{})
- func (m *PermutationaResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PermutationaRequestBody ¶
type PermutationaRequestBody struct {
// contains filtered or unexported fields
}
PermutationaRequestBody
func NewPermutationaRequestBody ¶
func NewPermutationaRequestBody() *PermutationaRequestBody
NewPermutationaRequestBody instantiates a new permutationaRequestBody and sets the default values.
func (*PermutationaRequestBody) GetAdditionalData ¶
func (m *PermutationaRequestBody) 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 (*PermutationaRequestBody) GetFieldDeserializers ¶
func (m *PermutationaRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PermutationaRequestBody) GetNumber ¶
func (m *PermutationaRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetNumber gets the number property value.
func (*PermutationaRequestBody) GetNumberChosen ¶
func (m *PermutationaRequestBody) GetNumberChosen() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetNumberChosen gets the numberChosen property value.
func (*PermutationaRequestBody) IsNil ¶
func (m *PermutationaRequestBody) IsNil() bool
func (*PermutationaRequestBody) Serialize ¶
func (m *PermutationaRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*PermutationaRequestBody) SetAdditionalData ¶
func (m *PermutationaRequestBody) 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 (*PermutationaRequestBody) SetNumber ¶
func (m *PermutationaRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetNumber sets the number property value.
func (*PermutationaRequestBody) SetNumberChosen ¶
func (m *PermutationaRequestBody) SetNumberChosen(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetNumberChosen sets the numberChosen property value.
type PermutationaRequestBuilder ¶
type PermutationaRequestBuilder struct {
// contains filtered or unexported fields
}
PermutationaRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.permutationa
func NewPermutationaRequestBuilder ¶
func NewPermutationaRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PermutationaRequestBuilder
NewPermutationaRequestBuilder instantiates a new PermutationaRequestBuilder and sets the default values.
func NewPermutationaRequestBuilderInternal ¶
func NewPermutationaRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PermutationaRequestBuilder
NewPermutationaRequestBuilderInternal instantiates a new PermutationaRequestBuilder and sets the default values.
func (*PermutationaRequestBuilder) CreatePostRequestInformation ¶
func (m *PermutationaRequestBuilder) CreatePostRequestInformation(options *PermutationaRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action permutationa
func (*PermutationaRequestBuilder) Post ¶
func (m *PermutationaRequestBuilder) Post(options *PermutationaRequestBuilderPostOptions) (*PermutationaResponse, error)
Post invoke action permutationa
type PermutationaRequestBuilderPostOptions ¶
type PermutationaRequestBuilderPostOptions struct { // Body *PermutationaRequestBody // 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 }
PermutationaRequestBuilderPostOptions options for Post
type PermutationaResponse ¶
type PermutationaResponse struct {
// contains filtered or unexported fields
}
PermutationaResponse union type wrapper for classes workbookFunctionResult
func NewPermutationaResponse ¶
func NewPermutationaResponse() *PermutationaResponse
NewPermutationaResponse instantiates a new permutationaResponse and sets the default values.
func (*PermutationaResponse) GetAdditionalData ¶
func (m *PermutationaResponse) 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 (*PermutationaResponse) GetFieldDeserializers ¶
func (m *PermutationaResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PermutationaResponse) GetWorkbookFunctionResult ¶
func (m *PermutationaResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*PermutationaResponse) IsNil ¶
func (m *PermutationaResponse) IsNil() bool
func (*PermutationaResponse) Serialize ¶
func (m *PermutationaResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*PermutationaResponse) SetAdditionalData ¶
func (m *PermutationaResponse) 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 (*PermutationaResponse) SetWorkbookFunctionResult ¶
func (m *PermutationaResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult