Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetReportOperationOptions ¶
type GetReportOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetReportOperationOptions ¶
func DefaultGetReportOperationOptions() GetReportOperationOptions
func (GetReportOperationOptions) ToHeaders ¶
func (o GetReportOperationOptions) ToHeaders() *client.Headers
func (GetReportOperationOptions) ToOData ¶
func (o GetReportOperationOptions) ToOData() *odata.Query
func (GetReportOperationOptions) ToQuery ¶
func (o GetReportOperationOptions) ToQuery() *client.QueryParams
type ReportClient ¶
func NewReportClientWithBaseURI ¶
func NewReportClientWithBaseURI(sdkApi sdkEnv.Api) (*ReportClient, error)
func (ReportClient) GetReport ¶
func (c ReportClient) GetReport(ctx context.Context, options GetReportOperationOptions) (result GetReportOperationResponse, err error)
GetReport - Get reportRoot. Read properties and relationships of the reportRoot object.
func (ReportClient) UpdateReport ¶
func (c ReportClient) UpdateReport(ctx context.Context, input stable.ReportRoot, options UpdateReportOperationOptions) (result UpdateReportOperationResponse, err error)
UpdateReport - Update reportRoot. Update the properties of a reportRoot object.
type UpdateReportOperationOptions ¶
type UpdateReportOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateReportOperationOptions ¶
func DefaultUpdateReportOperationOptions() UpdateReportOperationOptions
func (UpdateReportOperationOptions) ToHeaders ¶
func (o UpdateReportOperationOptions) ToHeaders() *client.Headers
func (UpdateReportOperationOptions) ToOData ¶
func (o UpdateReportOperationOptions) ToOData() *odata.Query
func (UpdateReportOperationOptions) ToQuery ¶
func (o UpdateReportOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.