Documentation ¶
Index ¶
- func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetNotebookFromWebUrlRequestBody
- func (m *GetNotebookFromWebUrlRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetNotebookFromWebUrlRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
- func (m *GetNotebookFromWebUrlRequestBody) Serialize(...) error
- func (m *GetNotebookFromWebUrlRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetNotebookFromWebUrlRequestBody) SetWebUrl(value *string)
- type GetNotebookFromWebUrlRequestBodyable
- type GetNotebookFromWebUrlRequestBuilder
- type GetNotebookFromWebUrlRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetNotebookFromWebUrlRequestBody ¶
type GetNotebookFromWebUrlRequestBody struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBody provides operations to call the getNotebookFromWebUrl method.
func NewGetNotebookFromWebUrlRequestBody ¶
func NewGetNotebookFromWebUrlRequestBody() *GetNotebookFromWebUrlRequestBody
NewGetNotebookFromWebUrlRequestBody instantiates a new getNotebookFromWebUrlRequestBody and sets the default values.
func (*GetNotebookFromWebUrlRequestBody) GetAdditionalData ¶
func (m *GetNotebookFromWebUrlRequestBody) 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 (*GetNotebookFromWebUrlRequestBody) GetFieldDeserializers ¶
func (m *GetNotebookFromWebUrlRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetNotebookFromWebUrlRequestBody) GetWebUrl ¶
func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
GetWebUrl gets the webUrl property value.
func (*GetNotebookFromWebUrlRequestBody) Serialize ¶
func (m *GetNotebookFromWebUrlRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetNotebookFromWebUrlRequestBody) SetAdditionalData ¶
func (m *GetNotebookFromWebUrlRequestBody) 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 (*GetNotebookFromWebUrlRequestBody) SetWebUrl ¶
func (m *GetNotebookFromWebUrlRequestBody) SetWebUrl(value *string)
SetWebUrl sets the webUrl property value.
type GetNotebookFromWebUrlRequestBodyable ¶ added in v0.13.0
type GetNotebookFromWebUrlRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetWebUrl() *string SetWebUrl(value *string) }
GetNotebookFromWebUrlRequestBodyable
type GetNotebookFromWebUrlRequestBuilder ¶
type GetNotebookFromWebUrlRequestBuilder struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBuilder provides operations to call the getNotebookFromWebUrl method.
func NewGetNotebookFromWebUrlRequestBuilder ¶
func NewGetNotebookFromWebUrlRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilder instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func NewGetNotebookFromWebUrlRequestBuilderInternal ¶
func NewGetNotebookFromWebUrlRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilderInternal instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func (*GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation ¶
func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getNotebookFromWebUrl
func (*GetNotebookFromWebUrlRequestBuilder) Post ¶
func (m *GetNotebookFromWebUrlRequestBuilder) Post(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.CopyNotebookModelable, error)
Post invoke action getNotebookFromWebUrl
type GetNotebookFromWebUrlRequestBuilderPostOptions ¶
type GetNotebookFromWebUrlRequestBuilderPostOptions struct { // Body GetNotebookFromWebUrlRequestBodyable // 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 }
GetNotebookFromWebUrlRequestBuilderPostOptions options for Post