Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5 KB

ActiveDirectoryAgentList.md

File metadata and controls

186 lines (101 loc) · 5 KB

ActiveDirectoryAgentList

Properties

Name Type Description Notes
ContactAt Pointer to string [optional]
Hostname Pointer to string [optional]
Id Pointer to string ObjectID of this Active Directory Agent. [optional]
SourceIp Pointer to string [optional]
State Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewActiveDirectoryAgentList

func NewActiveDirectoryAgentList() *ActiveDirectoryAgentList

NewActiveDirectoryAgentList instantiates a new ActiveDirectoryAgentList 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

NewActiveDirectoryAgentListWithDefaults

func NewActiveDirectoryAgentListWithDefaults() *ActiveDirectoryAgentList

NewActiveDirectoryAgentListWithDefaults instantiates a new ActiveDirectoryAgentList 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

GetContactAt

func (o *ActiveDirectoryAgentList) GetContactAt() string

GetContactAt returns the ContactAt field if non-nil, zero value otherwise.

GetContactAtOk

func (o *ActiveDirectoryAgentList) GetContactAtOk() (*string, bool)

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

SetContactAt

func (o *ActiveDirectoryAgentList) SetContactAt(v string)

SetContactAt sets ContactAt field to given value.

HasContactAt

func (o *ActiveDirectoryAgentList) HasContactAt() bool

HasContactAt returns a boolean if a field has been set.

GetHostname

func (o *ActiveDirectoryAgentList) GetHostname() string

GetHostname returns the Hostname field if non-nil, zero value otherwise.

GetHostnameOk

func (o *ActiveDirectoryAgentList) GetHostnameOk() (*string, bool)

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

SetHostname

func (o *ActiveDirectoryAgentList) SetHostname(v string)

SetHostname sets Hostname field to given value.

HasHostname

func (o *ActiveDirectoryAgentList) HasHostname() bool

HasHostname returns a boolean if a field has been set.

GetId

func (o *ActiveDirectoryAgentList) GetId() string

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

GetIdOk

func (o *ActiveDirectoryAgentList) 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 *ActiveDirectoryAgentList) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ActiveDirectoryAgentList) HasId() bool

HasId returns a boolean if a field has been set.

GetSourceIp

func (o *ActiveDirectoryAgentList) GetSourceIp() string

GetSourceIp returns the SourceIp field if non-nil, zero value otherwise.

GetSourceIpOk

func (o *ActiveDirectoryAgentList) GetSourceIpOk() (*string, bool)

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

SetSourceIp

func (o *ActiveDirectoryAgentList) SetSourceIp(v string)

SetSourceIp sets SourceIp field to given value.

HasSourceIp

func (o *ActiveDirectoryAgentList) HasSourceIp() bool

HasSourceIp returns a boolean if a field has been set.

GetState

func (o *ActiveDirectoryAgentList) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ActiveDirectoryAgentList) GetStateOk() (*string, bool)

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

SetState

func (o *ActiveDirectoryAgentList) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ActiveDirectoryAgentList) HasState() bool

HasState returns a boolean if a field has been set.

GetVersion

func (o *ActiveDirectoryAgentList) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ActiveDirectoryAgentList) GetVersionOk() (*string, bool)

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

SetVersion

func (o *ActiveDirectoryAgentList) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ActiveDirectoryAgentList) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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