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