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