Name | Type | Description | Notes |
---|---|---|---|
Command | Pointer to NullableString | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
DiskInMb | Pointer to int32 | [optional] | |
Guid | Pointer to string | [optional] | |
HealthCheck | Pointer to HealthCheck | [optional] | |
Instances | Pointer to int32 | [optional] | |
Links | Pointer to ProcessLinks | [optional] | |
LogRateLimitInBytesPerSecond | Pointer to int32 | [optional] | |
MemoryInMb | Pointer to int32 | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
ReadinessHealthCheck | Pointer to ReadinessHealthCheck | [optional] | |
Relationships | Pointer to ProcessRelationships | [optional] | |
Type | Pointer to string | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] | |
Version | Pointer to string | [optional] |
func NewProcess() *Process
NewProcess instantiates a new Process 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 NewProcessWithDefaults() *Process
NewProcessWithDefaults instantiates a new Process 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 *Process) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *Process) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *Process) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *Process) SetCommandNil(b bool)
SetCommandNil sets the value for Command to be an explicit nil
func (o *Process) UnsetCommand()
UnsetCommand ensures that no value is present for Command, not even an explicit nil
func (o *Process) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Process) 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 *Process) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Process) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Process) GetDiskInMb() int32
GetDiskInMb returns the DiskInMb field if non-nil, zero value otherwise.
func (o *Process) GetDiskInMbOk() (*int32, bool)
GetDiskInMbOk returns a tuple with the DiskInMb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetDiskInMb(v int32)
SetDiskInMb sets DiskInMb field to given value.
func (o *Process) HasDiskInMb() bool
HasDiskInMb returns a boolean if a field has been set.
func (o *Process) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *Process) 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 *Process) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *Process) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *Process) GetHealthCheck() HealthCheck
GetHealthCheck returns the HealthCheck field if non-nil, zero value otherwise.
func (o *Process) GetHealthCheckOk() (*HealthCheck, bool)
GetHealthCheckOk returns a tuple with the HealthCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetHealthCheck(v HealthCheck)
SetHealthCheck sets HealthCheck field to given value.
func (o *Process) HasHealthCheck() bool
HasHealthCheck returns a boolean if a field has been set.
func (o *Process) GetInstances() int32
GetInstances returns the Instances field if non-nil, zero value otherwise.
func (o *Process) GetInstancesOk() (*int32, bool)
GetInstancesOk returns a tuple with the Instances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetInstances(v int32)
SetInstances sets Instances field to given value.
func (o *Process) HasInstances() bool
HasInstances returns a boolean if a field has been set.
func (o *Process) GetLinks() ProcessLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Process) GetLinksOk() (*ProcessLinks, 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 *Process) SetLinks(v ProcessLinks)
SetLinks sets Links field to given value.
func (o *Process) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Process) GetLogRateLimitInBytesPerSecond() int32
GetLogRateLimitInBytesPerSecond returns the LogRateLimitInBytesPerSecond field if non-nil, zero value otherwise.
func (o *Process) GetLogRateLimitInBytesPerSecondOk() (*int32, bool)
GetLogRateLimitInBytesPerSecondOk returns a tuple with the LogRateLimitInBytesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetLogRateLimitInBytesPerSecond(v int32)
SetLogRateLimitInBytesPerSecond sets LogRateLimitInBytesPerSecond field to given value.
func (o *Process) HasLogRateLimitInBytesPerSecond() bool
HasLogRateLimitInBytesPerSecond returns a boolean if a field has been set.
func (o *Process) GetMemoryInMb() int32
GetMemoryInMb returns the MemoryInMb field if non-nil, zero value otherwise.
func (o *Process) GetMemoryInMbOk() (*int32, bool)
GetMemoryInMbOk returns a tuple with the MemoryInMb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetMemoryInMb(v int32)
SetMemoryInMb sets MemoryInMb field to given value.
func (o *Process) HasMemoryInMb() bool
HasMemoryInMb returns a boolean if a field has been set.
func (o *Process) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *Process) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *Process) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *Process) GetReadinessHealthCheck() ReadinessHealthCheck
GetReadinessHealthCheck returns the ReadinessHealthCheck field if non-nil, zero value otherwise.
func (o *Process) GetReadinessHealthCheckOk() (*ReadinessHealthCheck, bool)
GetReadinessHealthCheckOk returns a tuple with the ReadinessHealthCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetReadinessHealthCheck(v ReadinessHealthCheck)
SetReadinessHealthCheck sets ReadinessHealthCheck field to given value.
func (o *Process) HasReadinessHealthCheck() bool
HasReadinessHealthCheck returns a boolean if a field has been set.
func (o *Process) GetRelationships() ProcessRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *Process) GetRelationshipsOk() (*ProcessRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetRelationships(v ProcessRelationships)
SetRelationships sets Relationships field to given value.
func (o *Process) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *Process) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Process) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Process) SetType(v string)
SetType sets Type field to given value.
func (o *Process) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Process) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Process) 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 *Process) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Process) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Process) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Process) GetVersionOk() (*string, 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 *Process) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Process) HasVersion() bool
HasVersion returns a boolean if a field has been set.