Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.44 KB

IncidentUpdateRelationships.md

File metadata and controls

160 lines (87 loc) · 5.44 KB

IncidentUpdateRelationships

Properties

Name Type Description Notes
CommanderUser Pointer to RelationshipToUser [optional]
CreatedByUser Pointer to RelationshipToUser [optional]
Integrations Pointer to RelationshipToIncidentIntegrationMetadatas [optional]
LastModifiedByUser Pointer to RelationshipToUser [optional]
Postmortem Pointer to RelationshipToIncidentPostmortem [optional]

Methods

NewIncidentUpdateRelationships

func NewIncidentUpdateRelationships() *IncidentUpdateRelationships

NewIncidentUpdateRelationships instantiates a new IncidentUpdateRelationships 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.

NewIncidentUpdateRelationshipsWithDefaults

func NewIncidentUpdateRelationshipsWithDefaults() *IncidentUpdateRelationships

NewIncidentUpdateRelationshipsWithDefaults instantiates a new IncidentUpdateRelationships 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.

GetCommanderUser

func (o *IncidentUpdateRelationships) GetCommanderUser() RelationshipToUser

GetCommanderUser returns the CommanderUser field if non-nil, zero value otherwise.

GetCommanderUserOk

func (o *IncidentUpdateRelationships) GetCommanderUserOk() (*RelationshipToUser, bool)

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

SetCommanderUser

func (o *IncidentUpdateRelationships) SetCommanderUser(v RelationshipToUser)

SetCommanderUser sets CommanderUser field to given value.

HasCommanderUser

func (o *IncidentUpdateRelationships) HasCommanderUser() bool

HasCommanderUser returns a boolean if a field has been set.

GetCreatedByUser

func (o *IncidentUpdateRelationships) GetCreatedByUser() RelationshipToUser

GetCreatedByUser returns the CreatedByUser field if non-nil, zero value otherwise.

GetCreatedByUserOk

func (o *IncidentUpdateRelationships) GetCreatedByUserOk() (*RelationshipToUser, bool)

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

SetCreatedByUser

func (o *IncidentUpdateRelationships) SetCreatedByUser(v RelationshipToUser)

SetCreatedByUser sets CreatedByUser field to given value.

HasCreatedByUser

func (o *IncidentUpdateRelationships) HasCreatedByUser() bool

HasCreatedByUser returns a boolean if a field has been set.

GetIntegrations

func (o *IncidentUpdateRelationships) GetIntegrations() RelationshipToIncidentIntegrationMetadatas

GetIntegrations returns the Integrations field if non-nil, zero value otherwise.

GetIntegrationsOk

func (o *IncidentUpdateRelationships) GetIntegrationsOk() (*RelationshipToIncidentIntegrationMetadatas, bool)

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

SetIntegrations

func (o *IncidentUpdateRelationships) SetIntegrations(v RelationshipToIncidentIntegrationMetadatas)

SetIntegrations sets Integrations field to given value.

HasIntegrations

func (o *IncidentUpdateRelationships) HasIntegrations() bool

HasIntegrations returns a boolean if a field has been set.

GetLastModifiedByUser

func (o *IncidentUpdateRelationships) GetLastModifiedByUser() RelationshipToUser

GetLastModifiedByUser returns the LastModifiedByUser field if non-nil, zero value otherwise.

GetLastModifiedByUserOk

func (o *IncidentUpdateRelationships) GetLastModifiedByUserOk() (*RelationshipToUser, bool)

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

SetLastModifiedByUser

func (o *IncidentUpdateRelationships) SetLastModifiedByUser(v RelationshipToUser)

SetLastModifiedByUser sets LastModifiedByUser field to given value.

HasLastModifiedByUser

func (o *IncidentUpdateRelationships) HasLastModifiedByUser() bool

HasLastModifiedByUser returns a boolean if a field has been set.

GetPostmortem

func (o *IncidentUpdateRelationships) GetPostmortem() RelationshipToIncidentPostmortem

GetPostmortem returns the Postmortem field if non-nil, zero value otherwise.

GetPostmortemOk

func (o *IncidentUpdateRelationships) GetPostmortemOk() (*RelationshipToIncidentPostmortem, bool)

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

SetPostmortem

func (o *IncidentUpdateRelationships) SetPostmortem(v RelationshipToIncidentPostmortem)

SetPostmortem sets Postmortem field to given value.

HasPostmortem

func (o *IncidentUpdateRelationships) HasPostmortem() bool

HasPostmortem returns a boolean if a field has been set.

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