| Name | Type | Description | Notes |
|---|---|---|---|
| Flags | Pointer to ApplicationFlagCollectionRep | [optional] | |
| Access | Pointer to Access | [optional] | |
| Links | Pointer to map[string]Link | The location and content type of related resources | [optional] |
| Version | Pointer to int32 | Version of the application | [optional] |
| AutoAdded | bool | Whether the application was automatically created because it was included in a context when a LaunchDarkly SDK evaluated a feature flag, or was created through the LaunchDarkly UI or REST API. | |
| CreationDate | Pointer to int64 | [optional] | |
| Description | Pointer to string | The application description | [optional] |
| Key | string | The unique identifier of this application | |
| Kind | string | To distinguish the kind of application | |
| Maintainer | Pointer to MaintainerRep | [optional] | |
| Name | string | The name of the application |
func NewApplicationRep(autoAdded bool, key string, kind string, name string, ) *ApplicationRep
NewApplicationRep instantiates a new ApplicationRep 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 NewApplicationRepWithDefaults() *ApplicationRep
NewApplicationRepWithDefaults instantiates a new ApplicationRep 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 *ApplicationRep) GetFlags() ApplicationFlagCollectionRep
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetFlagsOk() (*ApplicationFlagCollectionRep, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetFlags(v ApplicationFlagCollectionRep)
SetFlags sets Flags field to given value.
func (o *ApplicationRep) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *ApplicationRep) GetAccess() Access
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *ApplicationRep) 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 *ApplicationRep) SetAccess(v Access)
SetAccess sets Access field to given value.
func (o *ApplicationRep) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *ApplicationRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ApplicationRep) 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 *ApplicationRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *ApplicationRep) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ApplicationRep) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ApplicationRep) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ApplicationRep) GetAutoAdded() bool
GetAutoAdded returns the AutoAdded field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetAutoAddedOk() (*bool, bool)
GetAutoAddedOk returns a tuple with the AutoAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetAutoAdded(v bool)
SetAutoAdded sets AutoAdded field to given value.
func (o *ApplicationRep) GetCreationDate() int64
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetCreationDateOk() (*int64, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetCreationDate(v int64)
SetCreationDate sets CreationDate field to given value.
func (o *ApplicationRep) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *ApplicationRep) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ApplicationRep) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ApplicationRep) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetKey(v string)
SetKey sets Key field to given value.
func (o *ApplicationRep) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ApplicationRep) GetMaintainer() MaintainerRep
GetMaintainer returns the Maintainer field if non-nil, zero value otherwise.
func (o *ApplicationRep) GetMaintainerOk() (*MaintainerRep, bool)
GetMaintainerOk returns a tuple with the Maintainer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationRep) SetMaintainer(v MaintainerRep)
SetMaintainer sets Maintainer field to given value.
func (o *ApplicationRep) HasMaintainer() bool
HasMaintainer returns a boolean if a field has been set.
func (o *ApplicationRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationRep) 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 *ApplicationRep) SetName(v string)
SetName sets Name field to given value.