getcachedreport

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetCachedReportPostRequestBodyFromDiscriminatorValue added in v0.24.0

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

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

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

GetTop gets the top property value. The top property

func (*GetCachedReportPostRequestBody) Serialize added in v0.24.0

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

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) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration invoke action getCachedReport

func (*GetCachedReportRequestBuilder) Post

Post invoke action getCachedReport

func (*GetCachedReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler added in v0.22.0

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.

Jump to

Keyboard shortcuts

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