Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportRequestBuilder ¶
type ExportRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ExportRequestBuilder builds and executes requests for operations under \export
func NewExportRequestBuilder ¶
func NewExportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExportRequestBuilder
NewExportRequestBuilder instantiates a new ExportRequestBuilder and sets the default values.
func NewExportRequestBuilderInternal ¶
func NewExportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExportRequestBuilder
NewExportRequestBuilderInternal instantiates a new ExportRequestBuilder and sets the default values.
func (*ExportRequestBuilder) Get ¶
func (m *ExportRequestBuilder) Get(ctx context.Context, requestConfiguration *ExportRequestBuilderGetRequestConfiguration) ([]byte, error)
Get downloads the export previously prepared. returns a []byte when successful returns a ErrorReport error when the service returns a 4XX or 5XX status code
func (*ExportRequestBuilder) ToGetRequestInformation ¶
func (m *ExportRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ExportRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation downloads the export previously prepared. returns a *RequestInformation when successful
func (*ExportRequestBuilder) WithUrl ¶
func (m *ExportRequestBuilder) WithUrl(rawUrl string) *ExportRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ExportRequestBuilder when successful
type ExportRequestBuilderGetQueryParameters ¶
type ExportRequestBuilderGetQueryParameters struct {
Export *string `uriparametername:"export"`
}
ExportRequestBuilderGetQueryParameters downloads the export previously prepared.
type ExportRequestBuilderGetRequestConfiguration ¶
type ExportRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ExportRequestBuilderGetQueryParameters }
ExportRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.