| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | [optional] | |
| Id | string | ||
| string | |||
| FirstName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] | |
| Role | string | ||
| Key | string | ||
| Name | string |
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
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
func (o *AgentGraphMaintainer) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetKind(v string)
SetKind sets Kind field to given value.
func (o *AgentGraphMaintainer) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *AgentGraphMaintainer) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetId(v string)
SetId sets Id field to given value.
func (o *AgentGraphMaintainer) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *AgentGraphMaintainer) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *AgentGraphMaintainer) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *AgentGraphMaintainer) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *AgentGraphMaintainer) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *AgentGraphMaintainer) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetRole(v string)
SetRole sets Role field to given value.
func (o *AgentGraphMaintainer) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetKey(v string)
SetKey sets Key field to given value.
func (o *AgentGraphMaintainer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AgentGraphMaintainer) SetName(v string)
SetName sets Name field to given value.