Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

IncidentServiceRelationships.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

IncidentServiceRelationships

Properties

Name Type Description Notes
CreatedBy Pointer to RelationshipToUser [optional]
LastModifiedBy Pointer to RelationshipToUser [optional]

Methods

NewIncidentServiceRelationships

func NewIncidentServiceRelationships() *IncidentServiceRelationships

NewIncidentServiceRelationships instantiates a new IncidentServiceRelationships 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

NewIncidentServiceRelationshipsWithDefaults

func NewIncidentServiceRelationshipsWithDefaults() *IncidentServiceRelationships

NewIncidentServiceRelationshipsWithDefaults instantiates a new IncidentServiceRelationships 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

GetCreatedBy

func (o *IncidentServiceRelationships) GetCreatedBy() RelationshipToUser

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *IncidentServiceRelationships) GetCreatedByOk() (*RelationshipToUser, bool)

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

SetCreatedBy

func (o *IncidentServiceRelationships) SetCreatedBy(v RelationshipToUser)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *IncidentServiceRelationships) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetLastModifiedBy

func (o *IncidentServiceRelationships) GetLastModifiedBy() RelationshipToUser

GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.

GetLastModifiedByOk

func (o *IncidentServiceRelationships) GetLastModifiedByOk() (*RelationshipToUser, bool)

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

SetLastModifiedBy

func (o *IncidentServiceRelationships) SetLastModifiedBy(v RelationshipToUser)

SetLastModifiedBy sets LastModifiedBy field to given value.

HasLastModifiedBy

func (o *IncidentServiceRelationships) HasLastModifiedBy() bool

HasLastModifiedBy returns a boolean if a field has been set.

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