Name | Type | Description | Notes |
---|---|---|---|
CreatedOn | Pointer to time.Time | [optional] | |
Id | string | ||
Name | Pointer to string | [optional] | |
Project | Pointer to string | [optional] | |
Resource | Pointer to string | [optional] | |
State | Pointer to string | [optional] |
func NewProviderAgentResource(id string, ) *ProviderAgentResource
NewProviderAgentResource instantiates a new ProviderAgentResource 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 NewProviderAgentResourceWithDefaults() *ProviderAgentResource
NewProviderAgentResourceWithDefaults instantiates a new ProviderAgentResource 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 *ProviderAgentResource) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderAgentResource) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.
func (o *ProviderAgentResource) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *ProviderAgentResource) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) 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 *ProviderAgentResource) SetId(v string)
SetId sets Id field to given value.
func (o *ProviderAgentResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) 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 *ProviderAgentResource) SetName(v string)
SetName sets Name field to given value.
func (o *ProviderAgentResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProviderAgentResource) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderAgentResource) SetProject(v string)
SetProject sets Project field to given value.
func (o *ProviderAgentResource) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *ProviderAgentResource) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProviderAgentResource) SetResource(v string)
SetResource sets Resource field to given value.
func (o *ProviderAgentResource) HasResource() bool
HasResource returns a boolean if a field has been set.
func (o *ProviderAgentResource) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ProviderAgentResource) 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.
func (o *ProviderAgentResource) SetState(v string)
SetState sets State field to given value.
func (o *ProviderAgentResource) HasState() bool
HasState returns a boolean if a field has been set.