Documentation ¶
Index ¶
- type DeleteLogoOperationOptions
- type DeleteLogoOperationResponse
- type GetLogoOperationOptions
- type GetLogoOperationResponse
- type LogoClient
- func (c LogoClient) DeleteLogo(ctx context.Context, id stable.ApplicationId, ...) (result DeleteLogoOperationResponse, err error)
- func (c LogoClient) GetLogo(ctx context.Context, id stable.ApplicationId, options GetLogoOperationOptions) (result GetLogoOperationResponse, err error)
- func (c LogoClient) SetLogo(ctx context.Context, id stable.ApplicationId, input []byte, ...) (result SetLogoOperationResponse, err error)
- type SetLogoOperationOptions
- type SetLogoOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteLogoOperationOptions ¶
type DeleteLogoOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteLogoOperationOptions ¶
func DefaultDeleteLogoOperationOptions() DeleteLogoOperationOptions
func (DeleteLogoOperationOptions) ToHeaders ¶
func (o DeleteLogoOperationOptions) ToHeaders() *client.Headers
func (DeleteLogoOperationOptions) ToOData ¶
func (o DeleteLogoOperationOptions) ToOData() *odata.Query
func (DeleteLogoOperationOptions) ToQuery ¶
func (o DeleteLogoOperationOptions) ToQuery() *client.QueryParams
type GetLogoOperationOptions ¶
type GetLogoOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetLogoOperationOptions ¶
func DefaultGetLogoOperationOptions() GetLogoOperationOptions
func (GetLogoOperationOptions) ToHeaders ¶
func (o GetLogoOperationOptions) ToHeaders() *client.Headers
func (GetLogoOperationOptions) ToOData ¶
func (o GetLogoOperationOptions) ToOData() *odata.Query
func (GetLogoOperationOptions) ToQuery ¶
func (o GetLogoOperationOptions) ToQuery() *client.QueryParams
type LogoClient ¶
func NewLogoClientWithBaseURI ¶
func NewLogoClientWithBaseURI(sdkApi sdkEnv.Api) (*LogoClient, error)
func (LogoClient) DeleteLogo ¶
func (c LogoClient) DeleteLogo(ctx context.Context, id stable.ApplicationId, options DeleteLogoOperationOptions) (result DeleteLogoOperationResponse, err error)
DeleteLogo - Delete logo for application in applications. The main logo for the application. Not nullable.
func (LogoClient) GetLogo ¶
func (c LogoClient) GetLogo(ctx context.Context, id stable.ApplicationId, options GetLogoOperationOptions) (result GetLogoOperationResponse, err error)
GetLogo - Get logo for application from applications. The main logo for the application. Not nullable.
func (LogoClient) SetLogo ¶
func (c LogoClient) SetLogo(ctx context.Context, id stable.ApplicationId, input []byte, options SetLogoOperationOptions) (result SetLogoOperationResponse, err error)
SetLogo - Update logo for application in applications. The main logo for the application. Not nullable.
type SetLogoOperationOptions ¶
type SetLogoOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetLogoOperationOptions ¶
func DefaultSetLogoOperationOptions() SetLogoOperationOptions
func (SetLogoOperationOptions) ToHeaders ¶
func (o SetLogoOperationOptions) ToHeaders() *client.Headers
func (SetLogoOperationOptions) ToOData ¶
func (o SetLogoOperationOptions) ToOData() *odata.Query
func (SetLogoOperationOptions) ToQuery ¶
func (o SetLogoOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.