Documentation ¶
Index ¶
- type SquareLogoRequestBuilder
- func (m *SquareLogoRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *SquareLogoRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, ...) (...)
- func (m *SquareLogoRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *SquareLogoRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- type SquareLogoRequestBuilderGetRequestConfiguration
- type SquareLogoRequestBuilderPutRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SquareLogoRequestBuilder ¶
type SquareLogoRequestBuilder struct {
// contains filtered or unexported fields
}
SquareLogoRequestBuilder provides operations to manage the media for the organization entity.
func NewSquareLogoRequestBuilder ¶
func NewSquareLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SquareLogoRequestBuilder
NewSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.
func NewSquareLogoRequestBuilderInternal ¶
func NewSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SquareLogoRequestBuilder
NewSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.
func (*SquareLogoRequestBuilder) CreateGetRequestInformation ¶
func (m *SquareLogoRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *SquareLogoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*SquareLogoRequestBuilder) CreatePutRequestInformation ¶
func (m *SquareLogoRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, requestConfiguration *SquareLogoRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*SquareLogoRequestBuilder) Get ¶
func (m *SquareLogoRequestBuilder) Get(ctx context.Context, requestConfiguration *SquareLogoRequestBuilderGetRequestConfiguration) ([]byte, error)
Get a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*SquareLogoRequestBuilder) Put ¶
func (m *SquareLogoRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *SquareLogoRequestBuilderPutRequestConfiguration) error
Put a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
type SquareLogoRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SquareLogoRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
SquareLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SquareLogoRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type SquareLogoRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
SquareLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.