Name | Type | Description | Notes |
---|---|---|---|
OrganizationId | Pointer to string | [optional] | |
ClusterId | Pointer to string | [optional] | |
ExecutionId | Pointer to string | [optional] | |
Transmitter | Pointer to EnvironmentLogsDetailsTransmitter | [optional] | |
Stage | Pointer to EnvironmentLogsDetailsStage | [optional] |
func NewEnvironmentLogsDetails() *EnvironmentLogsDetails
NewEnvironmentLogsDetails instantiates a new EnvironmentLogsDetails 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 NewEnvironmentLogsDetailsWithDefaults() *EnvironmentLogsDetails
NewEnvironmentLogsDetailsWithDefaults instantiates a new EnvironmentLogsDetails 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 *EnvironmentLogsDetails) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *EnvironmentLogsDetails) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentLogsDetails) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
func (o *EnvironmentLogsDetails) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *EnvironmentLogsDetails) GetClusterId() string
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *EnvironmentLogsDetails) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentLogsDetails) SetClusterId(v string)
SetClusterId sets ClusterId field to given value.
func (o *EnvironmentLogsDetails) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *EnvironmentLogsDetails) GetExecutionId() string
GetExecutionId returns the ExecutionId field if non-nil, zero value otherwise.
func (o *EnvironmentLogsDetails) GetExecutionIdOk() (*string, bool)
GetExecutionIdOk returns a tuple with the ExecutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentLogsDetails) SetExecutionId(v string)
SetExecutionId sets ExecutionId field to given value.
func (o *EnvironmentLogsDetails) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (o *EnvironmentLogsDetails) GetTransmitter() EnvironmentLogsDetailsTransmitter
GetTransmitter returns the Transmitter field if non-nil, zero value otherwise.
func (o *EnvironmentLogsDetails) GetTransmitterOk() (*EnvironmentLogsDetailsTransmitter, bool)
GetTransmitterOk returns a tuple with the Transmitter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentLogsDetails) SetTransmitter(v EnvironmentLogsDetailsTransmitter)
SetTransmitter sets Transmitter field to given value.
func (o *EnvironmentLogsDetails) HasTransmitter() bool
HasTransmitter returns a boolean if a field has been set.
func (o *EnvironmentLogsDetails) GetStage() EnvironmentLogsDetailsStage
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *EnvironmentLogsDetails) GetStageOk() (*EnvironmentLogsDetailsStage, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentLogsDetails) SetStage(v EnvironmentLogsDetailsStage)
SetStage sets Stage field to given value.
func (o *EnvironmentLogsDetails) HasStage() bool
HasStage returns a boolean if a field has been set.