Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] [readonly] | |
ServiceID | Pointer to string | Alphanumeric string identifying the service. | [optional] [readonly] |
ActiveVersion | Pointer to int32 | [optional] [readonly] |
func NewEnvironment() *Environment
NewEnvironment instantiates a new Environment 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 NewEnvironmentWithDefaults() *Environment
NewEnvironmentWithDefaults instantiates a new Environment 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 *Environment) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Environment) 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 *Environment) SetName(v string)
SetName sets Name field to given value.
func (o *Environment) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Environment) GetServiceID() string
GetServiceID returns the ServiceID field if non-nil, zero value otherwise.
func (o *Environment) GetServiceIDOk() (*string, bool)
GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Environment) SetServiceID(v string)
SetServiceID sets ServiceID field to given value.
func (o *Environment) HasServiceID() bool
HasServiceID returns a boolean if a field has been set.
func (o *Environment) GetActiveVersion() int32
GetActiveVersion returns the ActiveVersion field if non-nil, zero value otherwise.
func (o *Environment) GetActiveVersionOk() (*int32, bool)
GetActiveVersionOk returns a tuple with the ActiveVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Environment) SetActiveVersion(v int32)
SetActiveVersion sets ActiveVersion field to given value.
func (o *Environment) HasActiveVersion() bool
HasActiveVersion returns a boolean if a field has been set.