Skip to content

Latest commit

 

History

History
213 lines (114 loc) · 5.3 KB

File metadata and controls

213 lines (114 loc) · 5.3 KB

AgentGraphMaintainer

Properties

Name Type Description Notes
Kind Pointer to string [optional]
Id string
Email string
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
Role string
Key string
Name string

Methods

NewAgentGraphMaintainer

func NewAgentGraphMaintainer(id string, email string, role string, key string, name string, ) *AgentGraphMaintainer

NewAgentGraphMaintainer instantiates a new AgentGraphMaintainer 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

NewAgentGraphMaintainerWithDefaults

func NewAgentGraphMaintainerWithDefaults() *AgentGraphMaintainer

NewAgentGraphMaintainerWithDefaults instantiates a new AgentGraphMaintainer 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

GetKind

func (o *AgentGraphMaintainer) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *AgentGraphMaintainer) GetKindOk() (*string, bool)

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

SetKind

func (o *AgentGraphMaintainer) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *AgentGraphMaintainer) HasKind() bool

HasKind returns a boolean if a field has been set.

GetId

func (o *AgentGraphMaintainer) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AgentGraphMaintainer) GetIdOk() (*string, bool)

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

SetId

func (o *AgentGraphMaintainer) SetId(v string)

SetId sets Id field to given value.

GetEmail

func (o *AgentGraphMaintainer) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *AgentGraphMaintainer) GetEmailOk() (*string, bool)

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

SetEmail

func (o *AgentGraphMaintainer) SetEmail(v string)

SetEmail sets Email field to given value.

GetFirstName

func (o *AgentGraphMaintainer) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *AgentGraphMaintainer) GetFirstNameOk() (*string, bool)

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

SetFirstName

func (o *AgentGraphMaintainer) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *AgentGraphMaintainer) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *AgentGraphMaintainer) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *AgentGraphMaintainer) GetLastNameOk() (*string, bool)

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

SetLastName

func (o *AgentGraphMaintainer) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *AgentGraphMaintainer) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetRole

func (o *AgentGraphMaintainer) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *AgentGraphMaintainer) GetRoleOk() (*string, bool)

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

SetRole

func (o *AgentGraphMaintainer) SetRole(v string)

SetRole sets Role field to given value.

GetKey

func (o *AgentGraphMaintainer) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *AgentGraphMaintainer) GetKeyOk() (*string, bool)

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

SetKey

func (o *AgentGraphMaintainer) SetKey(v string)

SetKey sets Key field to given value.

GetName

func (o *AgentGraphMaintainer) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AgentGraphMaintainer) GetNameOk() (*string, bool)

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

SetName

func (o *AgentGraphMaintainer) SetName(v string)

SetName sets Name field to given value.

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