Documentation ¶
Index ¶
- func CreateCreateOrGetRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CreateOrGetRequestBody
- func (m *CreateOrGetRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateOrGetRequestBody) GetChatInfo() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatInfoable
- func (m *CreateOrGetRequestBody) GetEndDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *CreateOrGetRequestBody) GetExternalId() *string
- func (m *CreateOrGetRequestBody) GetFieldDeserializers() ...
- func (m *CreateOrGetRequestBody) GetParticipants() ...
- func (m *CreateOrGetRequestBody) GetStartDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *CreateOrGetRequestBody) GetSubject() *string
- func (m *CreateOrGetRequestBody) Serialize(...) error
- func (m *CreateOrGetRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateOrGetRequestBody) SetChatInfo(...)
- func (m *CreateOrGetRequestBody) SetEndDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *CreateOrGetRequestBody) SetExternalId(value *string)
- func (m *CreateOrGetRequestBody) SetParticipants(...)
- func (m *CreateOrGetRequestBody) SetStartDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *CreateOrGetRequestBody) SetSubject(value *string)
- type CreateOrGetRequestBodyable
- type CreateOrGetRequestBuilder
- type CreateOrGetRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateOrGetRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCreateOrGetRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCreateOrGetRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateOrGetRequestBody ¶
type CreateOrGetRequestBody struct {
// contains filtered or unexported fields
}
CreateOrGetRequestBody provides operations to call the createOrGet method.
func NewCreateOrGetRequestBody ¶
func NewCreateOrGetRequestBody() *CreateOrGetRequestBody
NewCreateOrGetRequestBody instantiates a new createOrGetRequestBody and sets the default values.
func (*CreateOrGetRequestBody) GetAdditionalData ¶
func (m *CreateOrGetRequestBody) 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 (*CreateOrGetRequestBody) GetChatInfo ¶
func (m *CreateOrGetRequestBody) GetChatInfo() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatInfoable
GetChatInfo gets the chatInfo property value. The chatInfo property
func (*CreateOrGetRequestBody) GetEndDateTime ¶
func (m *CreateOrGetRequestBody) GetEndDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetEndDateTime gets the endDateTime property value. The endDateTime property
func (*CreateOrGetRequestBody) GetExternalId ¶
func (m *CreateOrGetRequestBody) GetExternalId() *string
GetExternalId gets the externalId property value. The externalId property
func (*CreateOrGetRequestBody) GetFieldDeserializers ¶
func (m *CreateOrGetRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateOrGetRequestBody) GetParticipants ¶
func (m *CreateOrGetRequestBody) GetParticipants() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingParticipantsable
GetParticipants gets the participants property value. The participants property
func (*CreateOrGetRequestBody) GetStartDateTime ¶
func (m *CreateOrGetRequestBody) GetStartDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetStartDateTime gets the startDateTime property value. The startDateTime property
func (*CreateOrGetRequestBody) GetSubject ¶
func (m *CreateOrGetRequestBody) GetSubject() *string
GetSubject gets the subject property value. The subject property
func (*CreateOrGetRequestBody) Serialize ¶
func (m *CreateOrGetRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CreateOrGetRequestBody) SetAdditionalData ¶
func (m *CreateOrGetRequestBody) 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 (*CreateOrGetRequestBody) SetChatInfo ¶
func (m *CreateOrGetRequestBody) SetChatInfo(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatInfoable)
SetChatInfo sets the chatInfo property value. The chatInfo property
func (*CreateOrGetRequestBody) SetEndDateTime ¶
func (m *CreateOrGetRequestBody) SetEndDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetEndDateTime sets the endDateTime property value. The endDateTime property
func (*CreateOrGetRequestBody) SetExternalId ¶
func (m *CreateOrGetRequestBody) SetExternalId(value *string)
SetExternalId sets the externalId property value. The externalId property
func (*CreateOrGetRequestBody) SetParticipants ¶
func (m *CreateOrGetRequestBody) SetParticipants(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingParticipantsable)
SetParticipants sets the participants property value. The participants property
func (*CreateOrGetRequestBody) SetStartDateTime ¶
func (m *CreateOrGetRequestBody) SetStartDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetStartDateTime sets the startDateTime property value. The startDateTime property
func (*CreateOrGetRequestBody) SetSubject ¶
func (m *CreateOrGetRequestBody) SetSubject(value *string)
SetSubject sets the subject property value. The subject property
type CreateOrGetRequestBodyable ¶ added in v0.13.0
type CreateOrGetRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetChatInfo() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatInfoable GetEndDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time GetExternalId() *string GetParticipants() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingParticipantsable GetStartDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time GetSubject() *string SetChatInfo(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatInfoable) SetEndDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) SetExternalId(value *string) SetParticipants(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingParticipantsable) SetStartDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) SetSubject(value *string) }
CreateOrGetRequestBodyable
type CreateOrGetRequestBuilder ¶
type CreateOrGetRequestBuilder struct {
// contains filtered or unexported fields
}
CreateOrGetRequestBuilder provides operations to call the createOrGet method.
func NewCreateOrGetRequestBuilder ¶
func NewCreateOrGetRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateOrGetRequestBuilder
NewCreateOrGetRequestBuilder instantiates a new CreateOrGetRequestBuilder and sets the default values.
func NewCreateOrGetRequestBuilderInternal ¶
func NewCreateOrGetRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateOrGetRequestBuilder
NewCreateOrGetRequestBuilderInternal instantiates a new CreateOrGetRequestBuilder and sets the default values.
func (*CreateOrGetRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateOrGetRequestBuilder) CreatePostRequestInformation(options *CreateOrGetRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action createOrGet
func (*CreateOrGetRequestBuilder) Post ¶
func (m *CreateOrGetRequestBuilder) Post(options *CreateOrGetRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnlineMeetingable, error)
Post invoke action createOrGet
type CreateOrGetRequestBuilderPostOptions ¶
type CreateOrGetRequestBuilderPostOptions struct { // Body CreateOrGetRequestBodyable // 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 }
CreateOrGetRequestBuilderPostOptions options for Post