Documentation ¶
Index ¶
- type BannerLogoRequestBuilder
- func (m *BannerLogoRequestBuilder) CreateGetRequestInformation(options *BannerLogoRequestBuilderGetOptions) (...)
- func (m *BannerLogoRequestBuilder) CreatePutRequestInformation(options *BannerLogoRequestBuilderPutOptions) (...)
- func (m *BannerLogoRequestBuilder) Get(options *BannerLogoRequestBuilderGetOptions) ([]byte, error)
- func (m *BannerLogoRequestBuilder) Put(options *BannerLogoRequestBuilderPutOptions) error
- type BannerLogoRequestBuilderGetOptions
- type BannerLogoRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BannerLogoRequestBuilder ¶
type BannerLogoRequestBuilder struct {
// contains filtered or unexported fields
}
BannerLogoRequestBuilder provides operations to manage the media for the organization entity.
func NewBannerLogoRequestBuilder ¶
func NewBannerLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.
func NewBannerLogoRequestBuilderInternal ¶
func NewBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.
func (*BannerLogoRequestBuilder) CreateGetRequestInformation ¶
func (m *BannerLogoRequestBuilder) CreateGetRequestInformation(options *BannerLogoRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*BannerLogoRequestBuilder) CreatePutRequestInformation ¶
func (m *BannerLogoRequestBuilder) CreatePutRequestInformation(options *BannerLogoRequestBuilderPutOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*BannerLogoRequestBuilder) Get ¶
func (m *BannerLogoRequestBuilder) Get(options *BannerLogoRequestBuilderGetOptions) ([]byte, error)
Get a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*BannerLogoRequestBuilder) Put ¶
func (m *BannerLogoRequestBuilder) Put(options *BannerLogoRequestBuilderPutOptions) error
Put a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
type BannerLogoRequestBuilderGetOptions ¶
type BannerLogoRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BannerLogoRequestBuilderGetOptions options for Get
type BannerLogoRequestBuilderPutOptions ¶
type BannerLogoRequestBuilderPutOptions struct { // Binary request body Body []byte // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BannerLogoRequestBuilderPutOptions options for Put