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