Documentation ¶
Index ¶
- type LogoRequestBuilder
- func (m *LogoRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LogoRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, ...) (...)
- func (m *LogoRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *LogoRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- type LogoRequestBuilderGetRequestConfiguration
- type LogoRequestBuilderPutRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogoRequestBuilder ¶
type LogoRequestBuilder struct {
// contains filtered or unexported fields
}
LogoRequestBuilder provides operations to manage the media for the application entity.
func NewLogoRequestBuilder ¶
func NewLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LogoRequestBuilder
NewLogoRequestBuilder instantiates a new LogoRequestBuilder and sets the default values.
func NewLogoRequestBuilderInternal ¶
func NewLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LogoRequestBuilder
NewLogoRequestBuilderInternal instantiates a new LogoRequestBuilder and sets the default values.
func (*LogoRequestBuilder) CreateGetRequestInformation ¶
func (m *LogoRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *LogoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the main logo for the application. Not nullable.
func (*LogoRequestBuilder) CreatePutRequestInformation ¶
func (m *LogoRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, requestConfiguration *LogoRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation the main logo for the application. Not nullable.
func (*LogoRequestBuilder) Get ¶
func (m *LogoRequestBuilder) Get(ctx context.Context, requestConfiguration *LogoRequestBuilderGetRequestConfiguration) ([]byte, error)
Get the main logo for the application. Not nullable.
func (*LogoRequestBuilder) Put ¶
func (m *LogoRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *LogoRequestBuilderPutRequestConfiguration) error
Put the main logo for the application. Not nullable.
type LogoRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type LogoRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
LogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type LogoRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type LogoRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
LogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.