Documentation
¶
Index ¶
- func CreateGetCachedReportPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetCachedReportPostRequestBody
- func (m *GetCachedReportPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetCachedReportPostRequestBody) GetFieldDeserializers() ...
- func (m *GetCachedReportPostRequestBody) GetGroupBy() []string
- func (m *GetCachedReportPostRequestBody) GetId() *string
- func (m *GetCachedReportPostRequestBody) GetOrderBy() []string
- func (m *GetCachedReportPostRequestBody) GetSearch() *string
- func (m *GetCachedReportPostRequestBody) GetSelect() []string
- func (m *GetCachedReportPostRequestBody) GetSkip() *int32
- func (m *GetCachedReportPostRequestBody) GetTop() *int32
- func (m *GetCachedReportPostRequestBody) Serialize(...) error
- func (m *GetCachedReportPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetCachedReportPostRequestBody) SetGroupBy(value []string)
- func (m *GetCachedReportPostRequestBody) SetId(value *string)
- func (m *GetCachedReportPostRequestBody) SetOrderBy(value []string)
- func (m *GetCachedReportPostRequestBody) SetSearch(value *string)
- func (m *GetCachedReportPostRequestBody) SetSelect(value []string)
- func (m *GetCachedReportPostRequestBody) SetSkip(value *int32)
- func (m *GetCachedReportPostRequestBody) SetTop(value *int32)
- type GetCachedReportPostRequestBodyable
- type GetCachedReportRequestBuilder
- func (m *GetCachedReportRequestBuilder) CreatePostRequestInformation(body GetCachedReportPostRequestBodyable) (...)
- func (m *GetCachedReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetCachedReportPostRequestBodyable, ...) (...)
- func (m *GetCachedReportRequestBuilder) Post(body GetCachedReportPostRequestBodyable) ([]byte, error)
- func (m *GetCachedReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetCachedReportPostRequestBodyable, ...) ([]byte, error)
- type GetCachedReportRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetCachedReportPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetCachedReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetCachedReportPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetCachedReportPostRequestBody ¶ added in v0.24.0
type GetCachedReportPostRequestBody struct {
// contains filtered or unexported fields
}
GetCachedReportPostRequestBody provides operations to call the getCachedReport method.
func NewGetCachedReportPostRequestBody ¶ added in v0.24.0
func NewGetCachedReportPostRequestBody() *GetCachedReportPostRequestBody
NewGetCachedReportPostRequestBody instantiates a new getCachedReportPostRequestBody and sets the default values.
func (*GetCachedReportPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) 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 (*GetCachedReportPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetCachedReportPostRequestBody) GetGroupBy ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetCachedReportPostRequestBody) GetId ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetId() *string
GetId gets the id property value. The id property
func (*GetCachedReportPostRequestBody) GetOrderBy ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetCachedReportPostRequestBody) GetSearch ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetCachedReportPostRequestBody) GetSelect ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetCachedReportPostRequestBody) GetSkip ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetCachedReportPostRequestBody) GetTop ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetCachedReportPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetCachedReportPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) 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 (*GetCachedReportPostRequestBody) SetGroupBy ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetCachedReportPostRequestBody) SetId ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetId(value *string)
SetId sets the id property value. The id property
func (*GetCachedReportPostRequestBody) SetOrderBy ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetCachedReportPostRequestBody) SetSearch ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetCachedReportPostRequestBody) SetSelect ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetCachedReportPostRequestBody) SetSkip ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetCachedReportPostRequestBody) SetTop ¶ added in v0.24.0
func (m *GetCachedReportPostRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetCachedReportPostRequestBodyable ¶ added in v0.24.0
type GetCachedReportPostRequestBodyable 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) }
GetCachedReportPostRequestBodyable
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(body GetCachedReportPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getCachedReport
func (*GetCachedReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetCachedReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetCachedReportPostRequestBodyable, requestConfiguration *GetCachedReportRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getCachedReport
func (*GetCachedReportRequestBuilder) Post ¶
func (m *GetCachedReportRequestBuilder) Post(body GetCachedReportPostRequestBodyable) ([]byte, error)
Post invoke action getCachedReport
func (*GetCachedReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *GetCachedReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetCachedReportPostRequestBodyable, requestConfiguration *GetCachedReportRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) ([]byte, error)
PostWithRequestConfigurationAndResponseHandler invoke action getCachedReport
type GetCachedReportRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetCachedReportRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetCachedReportRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.