Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to AppUsageEventApp | [optional] | |
Buildpack | Pointer to AppUsageEventBuildpack | [optional] | |
CreatedAt | Pointer to time.Time | The time with zone when the event occurred | [optional] |
Guid | Pointer to string | Unique identifier for the event | [optional] |
InstanceCount | Pointer to AppUsageEventInstanceCount | [optional] | |
Links | Pointer to AppUsageEventLinks | [optional] | |
MemoryInMbPerInstance | Pointer to AppUsageEventMemoryInMbPerInstance | [optional] | |
Organization | Pointer to AppUsageEventOrganization | [optional] | |
Process | Pointer to AppUsageEventProcess | [optional] | |
Space | Pointer to AppUsageEventSpace | [optional] | |
State | Pointer to AppUsageEventState | [optional] | |
Task | Pointer to AppUsageEventTask | [optional] | |
UpdatedAt | Pointer to time.Time | Identical to created_at (events are created, never updated) | [optional] |
func NewAppUsageEvent() *AppUsageEvent
NewAppUsageEvent instantiates a new AppUsageEvent 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 NewAppUsageEventWithDefaults() *AppUsageEvent
NewAppUsageEventWithDefaults instantiates a new AppUsageEvent 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 *AppUsageEvent) GetApp() AppUsageEventApp
GetApp returns the App field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetAppOk() (*AppUsageEventApp, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetApp(v AppUsageEventApp)
SetApp sets App field to given value.
func (o *AppUsageEvent) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *AppUsageEvent) GetBuildpack() AppUsageEventBuildpack
GetBuildpack returns the Buildpack field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetBuildpackOk() (*AppUsageEventBuildpack, bool)
GetBuildpackOk returns a tuple with the Buildpack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetBuildpack(v AppUsageEventBuildpack)
SetBuildpack sets Buildpack field to given value.
func (o *AppUsageEvent) HasBuildpack() bool
HasBuildpack returns a boolean if a field has been set.
func (o *AppUsageEvent) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AppUsageEvent) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AppUsageEvent) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *AppUsageEvent) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *AppUsageEvent) GetInstanceCount() AppUsageEventInstanceCount
GetInstanceCount returns the InstanceCount field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetInstanceCountOk() (*AppUsageEventInstanceCount, bool)
GetInstanceCountOk returns a tuple with the InstanceCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetInstanceCount(v AppUsageEventInstanceCount)
SetInstanceCount sets InstanceCount field to given value.
func (o *AppUsageEvent) HasInstanceCount() bool
HasInstanceCount returns a boolean if a field has been set.
func (o *AppUsageEvent) GetLinks() AppUsageEventLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetLinksOk() (*AppUsageEventLinks, 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 *AppUsageEvent) SetLinks(v AppUsageEventLinks)
SetLinks sets Links field to given value.
func (o *AppUsageEvent) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *AppUsageEvent) GetMemoryInMbPerInstance() AppUsageEventMemoryInMbPerInstance
GetMemoryInMbPerInstance returns the MemoryInMbPerInstance field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetMemoryInMbPerInstanceOk() (*AppUsageEventMemoryInMbPerInstance, bool)
GetMemoryInMbPerInstanceOk returns a tuple with the MemoryInMbPerInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetMemoryInMbPerInstance(v AppUsageEventMemoryInMbPerInstance)
SetMemoryInMbPerInstance sets MemoryInMbPerInstance field to given value.
func (o *AppUsageEvent) HasMemoryInMbPerInstance() bool
HasMemoryInMbPerInstance returns a boolean if a field has been set.
func (o *AppUsageEvent) GetOrganization() AppUsageEventOrganization
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetOrganizationOk() (*AppUsageEventOrganization, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetOrganization(v AppUsageEventOrganization)
SetOrganization sets Organization field to given value.
func (o *AppUsageEvent) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *AppUsageEvent) GetProcess() AppUsageEventProcess
GetProcess returns the Process field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetProcessOk() (*AppUsageEventProcess, bool)
GetProcessOk returns a tuple with the Process field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetProcess(v AppUsageEventProcess)
SetProcess sets Process field to given value.
func (o *AppUsageEvent) HasProcess() bool
HasProcess returns a boolean if a field has been set.
func (o *AppUsageEvent) GetSpace() AppUsageEventSpace
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetSpaceOk() (*AppUsageEventSpace, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetSpace(v AppUsageEventSpace)
SetSpace sets Space field to given value.
func (o *AppUsageEvent) HasSpace() bool
HasSpace returns a boolean if a field has been set.
func (o *AppUsageEvent) GetState() AppUsageEventState
GetState returns the State field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetStateOk() (*AppUsageEventState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetState(v AppUsageEventState)
SetState sets State field to given value.
func (o *AppUsageEvent) HasState() bool
HasState returns a boolean if a field has been set.
func (o *AppUsageEvent) GetTask() AppUsageEventTask
GetTask returns the Task field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetTaskOk() (*AppUsageEventTask, bool)
GetTaskOk returns a tuple with the Task field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetTask(v AppUsageEventTask)
SetTask sets Task field to given value.
func (o *AppUsageEvent) HasTask() bool
HasTask returns a boolean if a field has been set.
func (o *AppUsageEvent) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *AppUsageEvent) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEvent) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *AppUsageEvent) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.