Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.37 KB

MicrosoftTeams.md

File metadata and controls

77 lines (42 loc) · 2.37 KB

MicrosoftTeams

Properties

Name Type Description Notes
ConnectionId string The identifier of the connection.
PayloadOverride Pointer to string The override of the default JSON payload of the connection. Should be in JSON format. [optional]

Methods

NewMicrosoftTeams

func NewMicrosoftTeams(connectionId string, ) *MicrosoftTeams

NewMicrosoftTeams instantiates a new MicrosoftTeams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewMicrosoftTeamsWithDefaults

func NewMicrosoftTeamsWithDefaults() *MicrosoftTeams

NewMicrosoftTeamsWithDefaults instantiates a new MicrosoftTeams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetConnectionId

func (o *MicrosoftTeams) GetConnectionId() string

GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.

GetConnectionIdOk

func (o *MicrosoftTeams) GetConnectionIdOk() (*string, bool)

GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectionId

func (o *MicrosoftTeams) SetConnectionId(v string)

SetConnectionId sets ConnectionId field to given value.

GetPayloadOverride

func (o *MicrosoftTeams) GetPayloadOverride() string

GetPayloadOverride returns the PayloadOverride field if non-nil, zero value otherwise.

GetPayloadOverrideOk

func (o *MicrosoftTeams) GetPayloadOverrideOk() (*string, bool)

GetPayloadOverrideOk returns a tuple with the PayloadOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPayloadOverride

func (o *MicrosoftTeams) SetPayloadOverride(v string)

SetPayloadOverride sets PayloadOverride field to given value.

HasPayloadOverride

func (o *MicrosoftTeams) HasPayloadOverride() bool

HasPayloadOverride returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]