| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Description | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| Template | Pointer to string | [optional] |
func NewDeploymentFields() *DeploymentFields
NewDeploymentFields instantiates a new DeploymentFields 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 NewDeploymentFieldsWithDefaults() *DeploymentFields
NewDeploymentFieldsWithDefaults instantiates a new DeploymentFields 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 *DeploymentFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DeploymentFields) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DeploymentFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *DeploymentFields) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DeploymentFields) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentFields) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DeploymentFields) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DeploymentFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DeploymentFields) GetIdOk() (*int32, 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 *DeploymentFields) SetId(v int32)
SetId sets Id field to given value.
func (o *DeploymentFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DeploymentFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DeploymentFields) 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 *DeploymentFields) SetName(v string)
SetName sets Name field to given value.
func (o *DeploymentFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DeploymentFields) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentFields) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentFields) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *DeploymentFields) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *DeploymentFields) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *DeploymentFields) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentFields) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *DeploymentFields) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.