Documentation ¶
Index ¶
- type Oct2BinRequestBody
- func (m *Oct2BinRequestBody) GetAdditionalData() map[string]interface{}
- func (m *Oct2BinRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Oct2BinRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Oct2BinRequestBody) GetPlaces() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Oct2BinRequestBody) IsNil() bool
- func (m *Oct2BinRequestBody) Serialize(...) error
- func (m *Oct2BinRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *Oct2BinRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *Oct2BinRequestBody) SetPlaces(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type Oct2BinRequestBuilder
- type Oct2BinRequestBuilderPostOptions
- type Oct2BinResponse
- func (m *Oct2BinResponse) GetAdditionalData() map[string]interface{}
- func (m *Oct2BinResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Oct2BinResponse) GetWorkbookFunctionResult() ...
- func (m *Oct2BinResponse) IsNil() bool
- func (m *Oct2BinResponse) Serialize(...) error
- func (m *Oct2BinResponse) SetAdditionalData(value map[string]interface{})
- func (m *Oct2BinResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oct2BinRequestBody ¶
type Oct2BinRequestBody struct {
// contains filtered or unexported fields
}
func NewOct2BinRequestBody ¶
func NewOct2BinRequestBody() *Oct2BinRequestBody
Instantiates a new oct2BinRequestBody and sets the default values.
func (*Oct2BinRequestBody) GetAdditionalData ¶
func (m *Oct2BinRequestBody) 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 (*Oct2BinRequestBody) GetFieldDeserializers ¶
func (m *Oct2BinRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*Oct2BinRequestBody) GetNumber ¶
func (m *Oct2BinRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number property value.
func (*Oct2BinRequestBody) GetPlaces ¶
func (m *Oct2BinRequestBody) GetPlaces() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the places property value.
func (*Oct2BinRequestBody) IsNil ¶
func (m *Oct2BinRequestBody) IsNil() bool
func (*Oct2BinRequestBody) Serialize ¶
func (m *Oct2BinRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*Oct2BinRequestBody) SetAdditionalData ¶
func (m *Oct2BinRequestBody) 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 (*Oct2BinRequestBody) SetNumber ¶
func (m *Oct2BinRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number property value. Parameters:
- value : Value to set for the number property.
func (*Oct2BinRequestBody) SetPlaces ¶
func (m *Oct2BinRequestBody) SetPlaces(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the places property value. Parameters:
- value : Value to set for the places property.
type Oct2BinRequestBuilder ¶
type Oct2BinRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.oct2Bin
func NewOct2BinRequestBuilder ¶
func NewOct2BinRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Oct2BinRequestBuilder
Instantiates a new Oct2BinRequestBuilder 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 NewOct2BinRequestBuilderInternal ¶
func NewOct2BinRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Oct2BinRequestBuilder
Instantiates a new Oct2BinRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*Oct2BinRequestBuilder) CreatePostRequestInformation ¶
func (m *Oct2BinRequestBuilder) CreatePostRequestInformation(options *Oct2BinRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action oct2Bin Parameters:
- options : Options for the request
func (*Oct2BinRequestBuilder) Post ¶
func (m *Oct2BinRequestBuilder) Post(options *Oct2BinRequestBuilderPostOptions) (*Oct2BinResponse, error)
Invoke action oct2Bin Parameters:
- options : Options for the request
type Oct2BinRequestBuilderPostOptions ¶
type Oct2BinRequestBuilderPostOptions struct { // Body *Oct2BinRequestBody // 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 Oct2BinResponse ¶
type Oct2BinResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewOct2BinResponse ¶
func NewOct2BinResponse() *Oct2BinResponse
Instantiates a new oct2BinResponse and sets the default values.
func (*Oct2BinResponse) GetAdditionalData ¶
func (m *Oct2BinResponse) 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 (*Oct2BinResponse) GetFieldDeserializers ¶
func (m *Oct2BinResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*Oct2BinResponse) GetWorkbookFunctionResult ¶
func (m *Oct2BinResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*Oct2BinResponse) IsNil ¶
func (m *Oct2BinResponse) IsNil() bool
func (*Oct2BinResponse) Serialize ¶
func (m *Oct2BinResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*Oct2BinResponse) SetAdditionalData ¶
func (m *Oct2BinResponse) 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 (*Oct2BinResponse) SetWorkbookFunctionResult ¶
func (m *Oct2BinResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.