| Name | Type | Description | Notes |
|---|---|---|---|
| Links | ParentAndSelfLinks | ||
| ResourceKey | string | Key of the resource (flag or segment) | |
| EnvironmentId | Pointer to string | Environment ID of the resource (only present for segments) | [optional] |
| EnvironmentKey | Pointer to string | Environment Key of the resource (only present for segments) | [optional] |
| ResourceType | string | ||
| LinkedAt | int64 | ||
| ResourceDetails | Pointer to ViewLinkedResourceDetails | [optional] |
func NewViewLinkedResource(links ParentAndSelfLinks, resourceKey string, resourceType string, linkedAt int64, ) *ViewLinkedResource
NewViewLinkedResource instantiates a new ViewLinkedResource 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 NewViewLinkedResourceWithDefaults() *ViewLinkedResource
NewViewLinkedResourceWithDefaults instantiates a new ViewLinkedResource 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 *ViewLinkedResource) GetLinks() ParentAndSelfLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetLinksOk() (*ParentAndSelfLinks, 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 *ViewLinkedResource) SetLinks(v ParentAndSelfLinks)
SetLinks sets Links field to given value.
func (o *ViewLinkedResource) GetResourceKey() string
GetResourceKey returns the ResourceKey field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetResourceKeyOk() (*string, bool)
GetResourceKeyOk returns a tuple with the ResourceKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewLinkedResource) SetResourceKey(v string)
SetResourceKey sets ResourceKey field to given value.
func (o *ViewLinkedResource) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewLinkedResource) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *ViewLinkedResource) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *ViewLinkedResource) GetEnvironmentKey() string
GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) 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 *ViewLinkedResource) SetEnvironmentKey(v string)
SetEnvironmentKey sets EnvironmentKey field to given value.
func (o *ViewLinkedResource) HasEnvironmentKey() bool
HasEnvironmentKey returns a boolean if a field has been set.
func (o *ViewLinkedResource) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewLinkedResource) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *ViewLinkedResource) GetLinkedAt() int64
GetLinkedAt returns the LinkedAt field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetLinkedAtOk() (*int64, bool)
GetLinkedAtOk returns a tuple with the LinkedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewLinkedResource) SetLinkedAt(v int64)
SetLinkedAt sets LinkedAt field to given value.
func (o *ViewLinkedResource) GetResourceDetails() ViewLinkedResourceDetails
GetResourceDetails returns the ResourceDetails field if non-nil, zero value otherwise.
func (o *ViewLinkedResource) GetResourceDetailsOk() (*ViewLinkedResourceDetails, bool)
GetResourceDetailsOk returns a tuple with the ResourceDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewLinkedResource) SetResourceDetails(v ViewLinkedResourceDetails)
SetResourceDetails sets ResourceDetails field to given value.
func (o *ViewLinkedResource) HasResourceDetails() bool
HasResourceDetails returns a boolean if a field has been set.