| Name | Type | Description | Notes |
|---|---|---|---|
| LastSeen | Pointer to time.Time | Timestamp of the last time an evaluation occurred for this context | [optional] |
| ApplicationId | Pointer to string | An identifier representing the application where the LaunchDarkly SDK is running | [optional] |
| Context | interface{} | The context, including its kind and attributes | |
| Links | Pointer to map[string]Link | The location and content type of related resources | [optional] |
| Access | Pointer to Access | [optional] | |
| AssociatedContexts | Pointer to int32 | The total number of associated contexts. Associated contexts are contexts that have appeared in the same context instance, that is, they were part of the same flag evaluation. | [optional] |
func NewContextRecord(context interface{}, ) *ContextRecord
NewContextRecord instantiates a new ContextRecord 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 NewContextRecordWithDefaults() *ContextRecord
NewContextRecordWithDefaults instantiates a new ContextRecord 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 *ContextRecord) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *ContextRecord) GetLastSeenOk() (*time.Time, 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 *ContextRecord) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *ContextRecord) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *ContextRecord) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ContextRecord) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextRecord) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ContextRecord) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ContextRecord) GetContext() interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *ContextRecord) GetContextOk() (*interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextRecord) SetContext(v interface{})
SetContext sets Context field to given value.
func (o *ContextRecord) SetContextNil(b bool)
SetContextNil sets the value for Context to be an explicit nil
func (o *ContextRecord) UnsetContext()
UnsetContext ensures that no value is present for Context, not even an explicit nil
func (o *ContextRecord) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ContextRecord) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextRecord) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *ContextRecord) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ContextRecord) GetAccess() Access
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *ContextRecord) GetAccessOk() (*Access, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextRecord) SetAccess(v Access)
SetAccess sets Access field to given value.
func (o *ContextRecord) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *ContextRecord) GetAssociatedContexts() int32
GetAssociatedContexts returns the AssociatedContexts field if non-nil, zero value otherwise.
func (o *ContextRecord) GetAssociatedContextsOk() (*int32, bool)
GetAssociatedContextsOk returns a tuple with the AssociatedContexts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextRecord) SetAssociatedContexts(v int32)
SetAssociatedContexts sets AssociatedContexts field to given value.
func (o *ContextRecord) HasAssociatedContexts() bool
HasAssociatedContexts returns a boolean if a field has been set.