| Name | Type | Description | Notes |
|---|---|---|---|
| DependsOn | Pointer to []ResourceNameAndVersionRef | Specify the environment resource reference that it depends on | [optional] |
| Kind | Pointer to string | Specify the environment resource kind | [optional] |
| Name | Pointer to string | Specify the environment resource name | [optional] |
| ResourceOptions | Pointer to EnvironmentResourceOptions | [optional] | |
| Type | Pointer to string | Specify the environment resource type | [optional] |
func NewEnvironmentResource() *EnvironmentResource
NewEnvironmentResource instantiates a new EnvironmentResource 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 NewEnvironmentResourceWithDefaults() *EnvironmentResource
NewEnvironmentResourceWithDefaults instantiates a new EnvironmentResource 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 *EnvironmentResource) GetDependsOn() []ResourceNameAndVersionRef
GetDependsOn returns the DependsOn field if non-nil, zero value otherwise.
func (o *EnvironmentResource) GetDependsOnOk() (*[]ResourceNameAndVersionRef, bool)
GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentResource) SetDependsOn(v []ResourceNameAndVersionRef)
SetDependsOn sets DependsOn field to given value.
func (o *EnvironmentResource) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (o *EnvironmentResource) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *EnvironmentResource) 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 *EnvironmentResource) SetKind(v string)
SetKind sets Kind field to given value.
func (o *EnvironmentResource) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *EnvironmentResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EnvironmentResource) 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 *EnvironmentResource) SetName(v string)
SetName sets Name field to given value.
func (o *EnvironmentResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *EnvironmentResource) GetResourceOptions() EnvironmentResourceOptions
GetResourceOptions returns the ResourceOptions field if non-nil, zero value otherwise.
func (o *EnvironmentResource) GetResourceOptionsOk() (*EnvironmentResourceOptions, bool)
GetResourceOptionsOk returns a tuple with the ResourceOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentResource) SetResourceOptions(v EnvironmentResourceOptions)
SetResourceOptions sets ResourceOptions field to given value.
func (o *EnvironmentResource) HasResourceOptions() bool
HasResourceOptions returns a boolean if a field has been set.
func (o *EnvironmentResource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *EnvironmentResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentResource) SetType(v string)
SetType sets Type field to given value.
func (o *EnvironmentResource) HasType() bool
HasType returns a boolean if a field has been set.