Documentation
¶
Index ¶
- func CreateAddLargeGalleryViewPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AddLargeGalleryViewPostRequestBody
- func (m *AddLargeGalleryViewPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AddLargeGalleryViewPostRequestBody) GetClientContext() *string
- func (m *AddLargeGalleryViewPostRequestBody) GetFieldDeserializers() ...
- func (m *AddLargeGalleryViewPostRequestBody) Serialize(...) error
- func (m *AddLargeGalleryViewPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AddLargeGalleryViewPostRequestBody) SetClientContext(value *string)
- type AddLargeGalleryViewPostRequestBodyable
- type AddLargeGalleryViewRequestBuilder
- type AddLargeGalleryViewRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAddLargeGalleryViewPostRequestBodyFromDiscriminatorValue ¶
func CreateAddLargeGalleryViewPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAddLargeGalleryViewPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type AddLargeGalleryViewPostRequestBody ¶
type AddLargeGalleryViewPostRequestBody struct {
// contains filtered or unexported fields
}
AddLargeGalleryViewPostRequestBody provides operations to call the addLargeGalleryView method.
func NewAddLargeGalleryViewPostRequestBody ¶
func NewAddLargeGalleryViewPostRequestBody() *AddLargeGalleryViewPostRequestBody
NewAddLargeGalleryViewPostRequestBody instantiates a new addLargeGalleryViewPostRequestBody and sets the default values.
func (*AddLargeGalleryViewPostRequestBody) GetAdditionalData ¶
func (m *AddLargeGalleryViewPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*AddLargeGalleryViewPostRequestBody) GetClientContext ¶
func (m *AddLargeGalleryViewPostRequestBody) GetClientContext() *string
GetClientContext gets the clientContext property value. The clientContext property
func (*AddLargeGalleryViewPostRequestBody) GetFieldDeserializers ¶
func (m *AddLargeGalleryViewPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AddLargeGalleryViewPostRequestBody) Serialize ¶
func (m *AddLargeGalleryViewPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AddLargeGalleryViewPostRequestBody) SetAdditionalData ¶
func (m *AddLargeGalleryViewPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*AddLargeGalleryViewPostRequestBody) SetClientContext ¶
func (m *AddLargeGalleryViewPostRequestBody) SetClientContext(value *string)
SetClientContext sets the clientContext property value. The clientContext property
type AddLargeGalleryViewPostRequestBodyable ¶
type AddLargeGalleryViewPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetClientContext() *string SetClientContext(value *string) }
AddLargeGalleryViewPostRequestBodyable
type AddLargeGalleryViewRequestBuilder ¶
type AddLargeGalleryViewRequestBuilder struct {
// contains filtered or unexported fields
}
AddLargeGalleryViewRequestBuilder provides operations to call the addLargeGalleryView method.
func NewAddLargeGalleryViewRequestBuilder ¶
func NewAddLargeGalleryViewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddLargeGalleryViewRequestBuilder
NewAddLargeGalleryViewRequestBuilder instantiates a new AddLargeGalleryViewRequestBuilder and sets the default values.
func NewAddLargeGalleryViewRequestBuilderInternal ¶
func NewAddLargeGalleryViewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddLargeGalleryViewRequestBuilder
NewAddLargeGalleryViewRequestBuilderInternal instantiates a new AddLargeGalleryViewRequestBuilder and sets the default values.
func (*AddLargeGalleryViewRequestBuilder) CreatePostRequestInformation ¶
func (m *AddLargeGalleryViewRequestBuilder) CreatePostRequestInformation(ctx context.Context, body AddLargeGalleryViewPostRequestBodyable, requestConfiguration *AddLargeGalleryViewRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster.
func (*AddLargeGalleryViewRequestBuilder) Post ¶
func (m *AddLargeGalleryViewRequestBuilder) Post(ctx context.Context, body AddLargeGalleryViewPostRequestBodyable, requestConfiguration *AddLargeGalleryViewRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AddLargeGalleryViewOperationable, error)
Post add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster.
type AddLargeGalleryViewRequestBuilderPostRequestConfiguration ¶
type AddLargeGalleryViewRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AddLargeGalleryViewRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.