Documentation ¶
Index ¶
- func CreatePreviewRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type PreviewRequestBody
- func (m *PreviewRequestBody) GetAdditionalData() map[string]interface{}
- func (m *PreviewRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PreviewRequestBody) GetPage() *string
- func (m *PreviewRequestBody) GetZoom() *float64
- func (m *PreviewRequestBody) Serialize(...) error
- func (m *PreviewRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *PreviewRequestBody) SetPage(value *string)
- func (m *PreviewRequestBody) SetZoom(value *float64)
- type PreviewRequestBodyable
- type PreviewRequestBuilder
- type PreviewRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePreviewRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreatePreviewRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreatePreviewRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type PreviewRequestBody ¶
type PreviewRequestBody struct {
// contains filtered or unexported fields
}
PreviewRequestBody provides operations to call the preview method.
func NewPreviewRequestBody ¶
func NewPreviewRequestBody() *PreviewRequestBody
NewPreviewRequestBody instantiates a new previewRequestBody and sets the default values.
func (*PreviewRequestBody) GetAdditionalData ¶
func (m *PreviewRequestBody) 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 (*PreviewRequestBody) GetFieldDeserializers ¶
func (m *PreviewRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PreviewRequestBody) GetPage ¶
func (m *PreviewRequestBody) GetPage() *string
GetPage gets the page property value. The page property
func (*PreviewRequestBody) GetZoom ¶
func (m *PreviewRequestBody) GetZoom() *float64
GetZoom gets the zoom property value. The zoom property
func (*PreviewRequestBody) Serialize ¶
func (m *PreviewRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*PreviewRequestBody) SetAdditionalData ¶
func (m *PreviewRequestBody) 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 (*PreviewRequestBody) SetPage ¶
func (m *PreviewRequestBody) SetPage(value *string)
SetPage sets the page property value. The page property
func (*PreviewRequestBody) SetZoom ¶
func (m *PreviewRequestBody) SetZoom(value *float64)
SetZoom sets the zoom property value. The zoom property
type PreviewRequestBodyable ¶ added in v0.13.0
type PreviewRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetPage() *string GetZoom() *float64 SetPage(value *string) SetZoom(value *float64) }
PreviewRequestBodyable
type PreviewRequestBuilder ¶
type PreviewRequestBuilder struct {
// contains filtered or unexported fields
}
PreviewRequestBuilder provides operations to call the preview method.
func NewPreviewRequestBuilder ¶
func NewPreviewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PreviewRequestBuilder
NewPreviewRequestBuilder instantiates a new PreviewRequestBuilder and sets the default values.
func NewPreviewRequestBuilderInternal ¶
func NewPreviewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PreviewRequestBuilder
NewPreviewRequestBuilderInternal instantiates a new PreviewRequestBuilder and sets the default values.
func (*PreviewRequestBuilder) CreatePostRequestInformation ¶
func (m *PreviewRequestBuilder) CreatePostRequestInformation(options *PreviewRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action preview
func (*PreviewRequestBuilder) Post ¶
func (m *PreviewRequestBuilder) Post(options *PreviewRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemPreviewInfoable, error)
Post invoke action preview
type PreviewRequestBuilderPostOptions ¶
type PreviewRequestBuilderPostOptions struct { // Body PreviewRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PreviewRequestBuilderPostOptions options for Post