Documentation
¶
Index ¶
- type CountRequestBody
- func (m *CountRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CountRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CountRequestBody) GetValues() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CountRequestBody) IsNil() bool
- func (m *CountRequestBody) Serialize(...) error
- func (m *CountRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CountRequestBody) SetValues(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type CountRequestBuilder
- type CountRequestBuilderPostOptions
- type CountResponse
- func (m *CountResponse) GetAdditionalData() map[string]interface{}
- func (m *CountResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CountResponse) GetWorkbookFunctionResult() ...
- func (m *CountResponse) IsNil() bool
- func (m *CountResponse) Serialize(...) error
- func (m *CountResponse) SetAdditionalData(value map[string]interface{})
- func (m *CountResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountRequestBody ¶
type CountRequestBody struct {
// contains filtered or unexported fields
}
func NewCountRequestBody ¶
func NewCountRequestBody() *CountRequestBody
Instantiates a new countRequestBody and sets the default values.
func (*CountRequestBody) GetAdditionalData ¶
func (m *CountRequestBody) GetAdditionalData() map[string]interface{}
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 (*CountRequestBody) GetFieldDeserializers ¶
func (m *CountRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CountRequestBody) GetValues ¶
func (m *CountRequestBody) GetValues() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the values property value.
func (*CountRequestBody) IsNil ¶
func (m *CountRequestBody) IsNil() bool
func (*CountRequestBody) Serialize ¶
func (m *CountRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CountRequestBody) SetAdditionalData ¶
func (m *CountRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CountRequestBody) SetValues ¶
func (m *CountRequestBody) SetValues(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the values property value. Parameters:
- value : Value to set for the values property.
type CountRequestBuilder ¶
type CountRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.count
func NewCountRequestBuilder ¶
func NewCountRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CountRequestBuilder
Instantiates a new CountRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewCountRequestBuilderInternal ¶
func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CountRequestBuilder
Instantiates a new CountRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*CountRequestBuilder) CreatePostRequestInformation ¶
func (m *CountRequestBuilder) CreatePostRequestInformation(options *CountRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action count Parameters:
- options : Options for the request
func (*CountRequestBuilder) Post ¶
func (m *CountRequestBuilder) Post(options *CountRequestBuilderPostOptions) (*CountResponse, error)
Invoke action count Parameters:
- options : Options for the request
type CountRequestBuilderPostOptions ¶
type CountRequestBuilderPostOptions struct { // Body *CountRequestBody // 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 }
Options for Post
type CountResponse ¶
type CountResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewCountResponse ¶
func NewCountResponse() *CountResponse
Instantiates a new countResponse and sets the default values.
func (*CountResponse) GetAdditionalData ¶
func (m *CountResponse) GetAdditionalData() map[string]interface{}
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 (*CountResponse) GetFieldDeserializers ¶
func (m *CountResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CountResponse) GetWorkbookFunctionResult ¶
func (m *CountResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*CountResponse) IsNil ¶
func (m *CountResponse) IsNil() bool
func (*CountResponse) Serialize ¶
func (m *CountResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CountResponse) SetAdditionalData ¶
func (m *CountResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CountResponse) SetWorkbookFunctionResult ¶
func (m *CountResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.