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