Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.38 KB

File metadata and controls

72 lines (39 loc) · 2.38 KB

ContextKindEnvironmentObservation

Properties

Name Type Description Notes
EnvironmentKey string The environment key
LastSeen int64

Methods

NewContextKindEnvironmentObservation

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

NewContextKindEnvironmentObservationWithDefaults

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

GetEnvironmentKey

func (o *ContextKindEnvironmentObservation) GetEnvironmentKey() string

GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.

GetEnvironmentKeyOk

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.

SetEnvironmentKey

func (o *ContextKindEnvironmentObservation) SetEnvironmentKey(v string)

SetEnvironmentKey sets EnvironmentKey field to given value.

GetLastSeen

func (o *ContextKindEnvironmentObservation) GetLastSeen() int64

GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.

GetLastSeenOk

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.

SetLastSeen

func (o *ContextKindEnvironmentObservation) SetLastSeen(v int64)

SetLastSeen sets LastSeen field to given value.

[Back to Model list] [Back to API list] [Back to README]