Documentation
¶
Index ¶
- func CreateGetCachedReportRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetCachedReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetCachedReportRequestBody
- func (m *GetCachedReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetCachedReportRequestBody) GetFieldDeserializers() ...
- func (m *GetCachedReportRequestBody) GetGroupBy() []string
- func (m *GetCachedReportRequestBody) GetId() *string
- func (m *GetCachedReportRequestBody) GetOrderBy() []string
- func (m *GetCachedReportRequestBody) GetSearch() *string
- func (m *GetCachedReportRequestBody) GetSelect() []string
- func (m *GetCachedReportRequestBody) GetSkip() *int32
- func (m *GetCachedReportRequestBody) GetTop() *int32
- func (m *GetCachedReportRequestBody) Serialize(...) error
- func (m *GetCachedReportRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetCachedReportRequestBody) SetGroupBy(value []string)
- func (m *GetCachedReportRequestBody) SetId(value *string)
- func (m *GetCachedReportRequestBody) SetOrderBy(value []string)
- func (m *GetCachedReportRequestBody) SetSearch(value *string)
- func (m *GetCachedReportRequestBody) SetSelect(value []string)
- func (m *GetCachedReportRequestBody) SetSkip(value *int32)
- func (m *GetCachedReportRequestBody) SetTop(value *int32)
- type GetCachedReportRequestBodyable
- type GetCachedReportRequestBuilder
- type GetCachedReportRequestBuilderPostOptions
- type GetCachedReportResponse
- func (m *GetCachedReportResponse) GetAdditionalData() map[string]interface{}
- func (m *GetCachedReportResponse) GetFieldDeserializers() ...
- func (m *GetCachedReportResponse) GetValue() []byte
- func (m *GetCachedReportResponse) Serialize(...) error
- func (m *GetCachedReportResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetCachedReportResponse) SetValue(value []byte)
- type GetCachedReportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetCachedReportRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetCachedReportRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetCachedReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetCachedReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetCachedReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetCachedReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetCachedReportRequestBody ¶
type GetCachedReportRequestBody struct {
// contains filtered or unexported fields
}
GetCachedReportRequestBody provides operations to call the getCachedReport method.
func NewGetCachedReportRequestBody ¶
func NewGetCachedReportRequestBody() *GetCachedReportRequestBody
NewGetCachedReportRequestBody instantiates a new getCachedReportRequestBody and sets the default values.
func (*GetCachedReportRequestBody) GetAdditionalData ¶
func (m *GetCachedReportRequestBody) 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 (*GetCachedReportRequestBody) GetFieldDeserializers ¶
func (m *GetCachedReportRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetCachedReportRequestBody) GetGroupBy ¶
func (m *GetCachedReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetCachedReportRequestBody) GetId ¶
func (m *GetCachedReportRequestBody) GetId() *string
GetId gets the id property value. The id property
func (*GetCachedReportRequestBody) GetOrderBy ¶
func (m *GetCachedReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetCachedReportRequestBody) GetSearch ¶
func (m *GetCachedReportRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetCachedReportRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetCachedReportRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetCachedReportRequestBody) GetSkip ¶
func (m *GetCachedReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetCachedReportRequestBody) GetTop ¶
func (m *GetCachedReportRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetCachedReportRequestBody) Serialize ¶
func (m *GetCachedReportRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetCachedReportRequestBody) SetAdditionalData ¶
func (m *GetCachedReportRequestBody) 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 (*GetCachedReportRequestBody) SetGroupBy ¶
func (m *GetCachedReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetCachedReportRequestBody) SetId ¶
func (m *GetCachedReportRequestBody) SetId(value *string)
SetId sets the id property value. The id property
func (*GetCachedReportRequestBody) SetOrderBy ¶
func (m *GetCachedReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetCachedReportRequestBody) SetSearch ¶
func (m *GetCachedReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetCachedReportRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetCachedReportRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetCachedReportRequestBody) SetSkip ¶
func (m *GetCachedReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetCachedReportRequestBody) SetTop ¶
func (m *GetCachedReportRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetCachedReportRequestBodyable ¶ added in v0.13.0
type GetCachedReportRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupBy() []string GetId() *string GetOrderBy() []string GetSearch() *string GetSelect() []string GetSkip() *int32 GetTop() *int32 SetGroupBy(value []string) SetId(value *string) SetOrderBy(value []string) SetSearch(value *string) SetSelect(value []string) SetSkip(value *int32) SetTop(value *int32) }
GetCachedReportRequestBodyable
type GetCachedReportRequestBuilder ¶
type GetCachedReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetCachedReportRequestBuilder provides operations to call the getCachedReport method.
func NewGetCachedReportRequestBuilder ¶
func NewGetCachedReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetCachedReportRequestBuilder
NewGetCachedReportRequestBuilder instantiates a new GetCachedReportRequestBuilder and sets the default values.
func NewGetCachedReportRequestBuilderInternal ¶
func NewGetCachedReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetCachedReportRequestBuilder
NewGetCachedReportRequestBuilderInternal instantiates a new GetCachedReportRequestBuilder and sets the default values.
func (*GetCachedReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetCachedReportRequestBuilder) CreatePostRequestInformation(options *GetCachedReportRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getCachedReport
func (*GetCachedReportRequestBuilder) Post ¶
func (m *GetCachedReportRequestBuilder) Post(options *GetCachedReportRequestBuilderPostOptions) (GetCachedReportResponseable, error)
Post invoke action getCachedReport
type GetCachedReportRequestBuilderPostOptions ¶
type GetCachedReportRequestBuilderPostOptions struct { // Body GetCachedReportRequestBodyable // 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 }
GetCachedReportRequestBuilderPostOptions options for Post
type GetCachedReportResponse ¶ added in v0.13.0
type GetCachedReportResponse struct {
// contains filtered or unexported fields
}
GetCachedReportResponse provides operations to call the getCachedReport method.
func NewGetCachedReportResponse ¶ added in v0.13.0
func NewGetCachedReportResponse() *GetCachedReportResponse
NewGetCachedReportResponse instantiates a new getCachedReportResponse and sets the default values.
func (*GetCachedReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetCachedReportResponse) 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 (*GetCachedReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetCachedReportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetCachedReportResponse) GetValue ¶ added in v0.13.0
func (m *GetCachedReportResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*GetCachedReportResponse) Serialize ¶ added in v0.13.0
func (m *GetCachedReportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetCachedReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetCachedReportResponse) 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 (*GetCachedReportResponse) SetValue ¶ added in v0.13.0
func (m *GetCachedReportResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type GetCachedReportResponseable ¶ added in v0.13.0
type GetCachedReportResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []byte SetValue(value []byte) }
GetCachedReportResponseable