| Name | Type | Description | Notes |
|---|---|---|---|
| EnvironmentKey | string | The environment key | |
| LastSeen | int64 |
func NewContextKindEnvironmentObservation(environmentKey string, lastSeen int64, ) *ContextKindEnvironmentObservation
NewContextKindEnvironmentObservation instantiates a new ContextKindEnvironmentObservation 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 NewContextKindEnvironmentObservationWithDefaults() *ContextKindEnvironmentObservation
NewContextKindEnvironmentObservationWithDefaults instantiates a new ContextKindEnvironmentObservation 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 *ContextKindEnvironmentObservation) GetEnvironmentKey() string
GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.
func (o *ContextKindEnvironmentObservation) GetEnvironmentKeyOk() (*string, bool)
GetEnvironmentKeyOk returns a tuple with the EnvironmentKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextKindEnvironmentObservation) SetEnvironmentKey(v string)
SetEnvironmentKey sets EnvironmentKey field to given value.
func (o *ContextKindEnvironmentObservation) GetLastSeen() int64
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *ContextKindEnvironmentObservation) GetLastSeenOk() (*int64, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextKindEnvironmentObservation) SetLastSeen(v int64)
SetLastSeen sets LastSeen field to given value.