Documentation ¶
Index ¶
- type CreatePartnerBillingManifestOperationOptions
- type CreatePartnerBillingManifestOperationResponse
- type DeletePartnerBillingManifestOperationOptions
- type DeletePartnerBillingManifestOperationResponse
- type GetPartnerBillingManifestOperationOptions
- type GetPartnerBillingManifestOperationResponse
- type GetPartnerBillingManifestsCountOperationOptions
- type GetPartnerBillingManifestsCountOperationResponse
- type ListPartnerBillingManifestsCompleteResult
- type ListPartnerBillingManifestsCustomPager
- type ListPartnerBillingManifestsOperationOptions
- type ListPartnerBillingManifestsOperationResponse
- type PartnerBillingManifestClient
- func (c PartnerBillingManifestClient) CreatePartnerBillingManifest(ctx context.Context, input stable.PartnersBillingManifest, ...) (result CreatePartnerBillingManifestOperationResponse, err error)
- func (c PartnerBillingManifestClient) DeletePartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, ...) (result DeletePartnerBillingManifestOperationResponse, err error)
- func (c PartnerBillingManifestClient) GetPartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, ...) (result GetPartnerBillingManifestOperationResponse, err error)
- func (c PartnerBillingManifestClient) GetPartnerBillingManifestsCount(ctx context.Context, options GetPartnerBillingManifestsCountOperationOptions) (result GetPartnerBillingManifestsCountOperationResponse, err error)
- func (c PartnerBillingManifestClient) ListPartnerBillingManifests(ctx context.Context, options ListPartnerBillingManifestsOperationOptions) (result ListPartnerBillingManifestsOperationResponse, err error)
- func (c PartnerBillingManifestClient) ListPartnerBillingManifestsComplete(ctx context.Context, options ListPartnerBillingManifestsOperationOptions) (ListPartnerBillingManifestsCompleteResult, error)
- func (c PartnerBillingManifestClient) ListPartnerBillingManifestsCompleteMatchingPredicate(ctx context.Context, options ListPartnerBillingManifestsOperationOptions, ...) (result ListPartnerBillingManifestsCompleteResult, err error)
- func (c PartnerBillingManifestClient) UpdatePartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, ...) (result UpdatePartnerBillingManifestOperationResponse, err error)
- type PartnersBillingManifestOperationPredicate
- type UpdatePartnerBillingManifestOperationOptions
- type UpdatePartnerBillingManifestOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePartnerBillingManifestOperationOptions ¶
type CreatePartnerBillingManifestOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreatePartnerBillingManifestOperationOptions ¶
func DefaultCreatePartnerBillingManifestOperationOptions() CreatePartnerBillingManifestOperationOptions
func (CreatePartnerBillingManifestOperationOptions) ToHeaders ¶
func (o CreatePartnerBillingManifestOperationOptions) ToHeaders() *client.Headers
func (CreatePartnerBillingManifestOperationOptions) ToOData ¶
func (o CreatePartnerBillingManifestOperationOptions) ToOData() *odata.Query
func (CreatePartnerBillingManifestOperationOptions) ToQuery ¶
func (o CreatePartnerBillingManifestOperationOptions) ToQuery() *client.QueryParams
type DeletePartnerBillingManifestOperationOptions ¶
type DeletePartnerBillingManifestOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeletePartnerBillingManifestOperationOptions ¶
func DefaultDeletePartnerBillingManifestOperationOptions() DeletePartnerBillingManifestOperationOptions
func (DeletePartnerBillingManifestOperationOptions) ToHeaders ¶
func (o DeletePartnerBillingManifestOperationOptions) ToHeaders() *client.Headers
func (DeletePartnerBillingManifestOperationOptions) ToOData ¶
func (o DeletePartnerBillingManifestOperationOptions) ToOData() *odata.Query
func (DeletePartnerBillingManifestOperationOptions) ToQuery ¶
func (o DeletePartnerBillingManifestOperationOptions) ToQuery() *client.QueryParams
type GetPartnerBillingManifestOperationOptions ¶
type GetPartnerBillingManifestOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetPartnerBillingManifestOperationOptions ¶
func DefaultGetPartnerBillingManifestOperationOptions() GetPartnerBillingManifestOperationOptions
func (GetPartnerBillingManifestOperationOptions) ToHeaders ¶
func (o GetPartnerBillingManifestOperationOptions) ToHeaders() *client.Headers
func (GetPartnerBillingManifestOperationOptions) ToOData ¶
func (o GetPartnerBillingManifestOperationOptions) ToOData() *odata.Query
func (GetPartnerBillingManifestOperationOptions) ToQuery ¶
func (o GetPartnerBillingManifestOperationOptions) ToQuery() *client.QueryParams
type GetPartnerBillingManifestsCountOperationOptions ¶
type GetPartnerBillingManifestsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetPartnerBillingManifestsCountOperationOptions ¶
func DefaultGetPartnerBillingManifestsCountOperationOptions() GetPartnerBillingManifestsCountOperationOptions
func (GetPartnerBillingManifestsCountOperationOptions) ToHeaders ¶
func (o GetPartnerBillingManifestsCountOperationOptions) ToHeaders() *client.Headers
func (GetPartnerBillingManifestsCountOperationOptions) ToOData ¶
func (o GetPartnerBillingManifestsCountOperationOptions) ToOData() *odata.Query
func (GetPartnerBillingManifestsCountOperationOptions) ToQuery ¶
func (o GetPartnerBillingManifestsCountOperationOptions) ToQuery() *client.QueryParams
type ListPartnerBillingManifestsCompleteResult ¶
type ListPartnerBillingManifestsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.PartnersBillingManifest }
type ListPartnerBillingManifestsCustomPager ¶
type ListPartnerBillingManifestsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListPartnerBillingManifestsCustomPager) NextPageLink ¶
func (p *ListPartnerBillingManifestsCustomPager) NextPageLink() *odata.Link
type ListPartnerBillingManifestsOperationOptions ¶
type ListPartnerBillingManifestsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListPartnerBillingManifestsOperationOptions ¶
func DefaultListPartnerBillingManifestsOperationOptions() ListPartnerBillingManifestsOperationOptions
func (ListPartnerBillingManifestsOperationOptions) ToHeaders ¶
func (o ListPartnerBillingManifestsOperationOptions) ToHeaders() *client.Headers
func (ListPartnerBillingManifestsOperationOptions) ToOData ¶
func (o ListPartnerBillingManifestsOperationOptions) ToOData() *odata.Query
func (ListPartnerBillingManifestsOperationOptions) ToQuery ¶
func (o ListPartnerBillingManifestsOperationOptions) ToQuery() *client.QueryParams
type PartnerBillingManifestClient ¶
func NewPartnerBillingManifestClientWithBaseURI ¶
func NewPartnerBillingManifestClientWithBaseURI(sdkApi sdkEnv.Api) (*PartnerBillingManifestClient, error)
func (PartnerBillingManifestClient) CreatePartnerBillingManifest ¶
func (c PartnerBillingManifestClient) CreatePartnerBillingManifest(ctx context.Context, input stable.PartnersBillingManifest, options CreatePartnerBillingManifestOperationOptions) (result CreatePartnerBillingManifestOperationResponse, err error)
CreatePartnerBillingManifest - Create new navigation property to manifests for reports
func (PartnerBillingManifestClient) DeletePartnerBillingManifest ¶
func (c PartnerBillingManifestClient) DeletePartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, options DeletePartnerBillingManifestOperationOptions) (result DeletePartnerBillingManifestOperationResponse, err error)
DeletePartnerBillingManifest - Delete navigation property manifests for reports
func (PartnerBillingManifestClient) GetPartnerBillingManifest ¶
func (c PartnerBillingManifestClient) GetPartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, options GetPartnerBillingManifestOperationOptions) (result GetPartnerBillingManifestOperationResponse, err error)
GetPartnerBillingManifest - Get manifest. Read the properties and relationships of a manifest object.
func (PartnerBillingManifestClient) GetPartnerBillingManifestsCount ¶
func (c PartnerBillingManifestClient) GetPartnerBillingManifestsCount(ctx context.Context, options GetPartnerBillingManifestsCountOperationOptions) (result GetPartnerBillingManifestsCountOperationResponse, err error)
GetPartnerBillingManifestsCount - Get the number of the resource
func (PartnerBillingManifestClient) ListPartnerBillingManifests ¶
func (c PartnerBillingManifestClient) ListPartnerBillingManifests(ctx context.Context, options ListPartnerBillingManifestsOperationOptions) (result ListPartnerBillingManifestsOperationResponse, err error)
ListPartnerBillingManifests - Get manifest. Read the properties and relationships of a manifest object.
func (PartnerBillingManifestClient) ListPartnerBillingManifestsComplete ¶
func (c PartnerBillingManifestClient) ListPartnerBillingManifestsComplete(ctx context.Context, options ListPartnerBillingManifestsOperationOptions) (ListPartnerBillingManifestsCompleteResult, error)
ListPartnerBillingManifestsComplete retrieves all the results into a single object
func (PartnerBillingManifestClient) ListPartnerBillingManifestsCompleteMatchingPredicate ¶
func (c PartnerBillingManifestClient) ListPartnerBillingManifestsCompleteMatchingPredicate(ctx context.Context, options ListPartnerBillingManifestsOperationOptions, predicate PartnersBillingManifestOperationPredicate) (result ListPartnerBillingManifestsCompleteResult, err error)
ListPartnerBillingManifestsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PartnerBillingManifestClient) UpdatePartnerBillingManifest ¶
func (c PartnerBillingManifestClient) UpdatePartnerBillingManifest(ctx context.Context, id stable.ReportPartnerBillingManifestId, input stable.PartnersBillingManifest, options UpdatePartnerBillingManifestOperationOptions) (result UpdatePartnerBillingManifestOperationResponse, err error)
UpdatePartnerBillingManifest - Update the navigation property manifests in reports
type PartnersBillingManifestOperationPredicate ¶
type PartnersBillingManifestOperationPredicate struct { }
func (PartnersBillingManifestOperationPredicate) Matches ¶
func (p PartnersBillingManifestOperationPredicate) Matches(input stable.PartnersBillingManifest) bool
type UpdatePartnerBillingManifestOperationOptions ¶
type UpdatePartnerBillingManifestOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdatePartnerBillingManifestOperationOptions ¶
func DefaultUpdatePartnerBillingManifestOperationOptions() UpdatePartnerBillingManifestOperationOptions
func (UpdatePartnerBillingManifestOperationOptions) ToHeaders ¶
func (o UpdatePartnerBillingManifestOperationOptions) ToHeaders() *client.Headers
func (UpdatePartnerBillingManifestOperationOptions) ToOData ¶
func (o UpdatePartnerBillingManifestOperationOptions) ToOData() *odata.Query
func (UpdatePartnerBillingManifestOperationOptions) ToQuery ¶
func (o UpdatePartnerBillingManifestOperationOptions) ToQuery() *client.QueryParams