getcachedreport

package
v0.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetCachedReportRequestBodyFromDiscriminatorValue added in v0.13.0

CreateGetCachedReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetCachedReportResponseFromDiscriminatorValue added in v0.13.0

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

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

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

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

CreatePostRequestInformation invoke action getCachedReport

func (*GetCachedReportRequestBuilder) Post

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

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

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

GetCachedReportResponseable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL