Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Timestamp | Pointer to time.Time | [optional] | |
EventType | Pointer to OrganizationEventType | [optional] | |
TargetId | Pointer to NullableString | [optional] | |
TargetName | Pointer to string | [optional] | |
TargetType | Pointer to OrganizationEventTargetType | [optional] | |
SubTargetType | Pointer to NullableOrganizationEventSubTargetType | [optional] | |
Change | Pointer to string | [optional] | |
Origin | Pointer to OrganizationEventOrigin | [optional] | |
TriggeredBy | Pointer to string | [optional] | |
ProjectId | Pointer to NullableString | [optional] | |
ProjectName | Pointer to string | [optional] | |
EnvironmentId | Pointer to NullableString | [optional] | |
EnvironmentName | Pointer to string | [optional] | |
UserAgent | Pointer to NullableString | [optional] |
func NewOrganizationEventResponse() *OrganizationEventResponse
NewOrganizationEventResponse instantiates a new OrganizationEventResponse 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 NewOrganizationEventResponseWithDefaults() *OrganizationEventResponse
NewOrganizationEventResponseWithDefaults instantiates a new OrganizationEventResponse 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 *OrganizationEventResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetId(v string)
SetId sets Id field to given value.
func (o *OrganizationEventResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *OrganizationEventResponse) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetEventType() OrganizationEventType
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetEventTypeOk() (*OrganizationEventType, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetEventType(v OrganizationEventType)
SetEventType sets EventType field to given value.
func (o *OrganizationEventResponse) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetTargetId() string
GetTargetId returns the TargetId field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetTargetId(v string)
SetTargetId sets TargetId field to given value.
func (o *OrganizationEventResponse) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (o *OrganizationEventResponse) SetTargetIdNil(b bool)
SetTargetIdNil sets the value for TargetId to be an explicit nil
func (o *OrganizationEventResponse) UnsetTargetId()
UnsetTargetId ensures that no value is present for TargetId, not even an explicit nil
func (o *OrganizationEventResponse) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *OrganizationEventResponse) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetTargetType() OrganizationEventTargetType
GetTargetType returns the TargetType field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetTargetTypeOk() (*OrganizationEventTargetType, bool)
GetTargetTypeOk returns a tuple with the TargetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetTargetType(v OrganizationEventTargetType)
SetTargetType sets TargetType field to given value.
func (o *OrganizationEventResponse) HasTargetType() bool
HasTargetType returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetSubTargetType() OrganizationEventSubTargetType
GetSubTargetType returns the SubTargetType field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetSubTargetTypeOk() (*OrganizationEventSubTargetType, bool)
GetSubTargetTypeOk returns a tuple with the SubTargetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetSubTargetType(v OrganizationEventSubTargetType)
SetSubTargetType sets SubTargetType field to given value.
func (o *OrganizationEventResponse) HasSubTargetType() bool
HasSubTargetType returns a boolean if a field has been set.
func (o *OrganizationEventResponse) SetSubTargetTypeNil(b bool)
SetSubTargetTypeNil sets the value for SubTargetType to be an explicit nil
func (o *OrganizationEventResponse) UnsetSubTargetType()
UnsetSubTargetType ensures that no value is present for SubTargetType, not even an explicit nil
func (o *OrganizationEventResponse) GetChange() string
GetChange returns the Change field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetChangeOk() (*string, bool)
GetChangeOk returns a tuple with the Change field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetChange(v string)
SetChange sets Change field to given value.
func (o *OrganizationEventResponse) HasChange() bool
HasChange returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetOrigin() OrganizationEventOrigin
GetOrigin returns the Origin field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetOriginOk() (*OrganizationEventOrigin, bool)
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetOrigin(v OrganizationEventOrigin)
SetOrigin sets Origin field to given value.
func (o *OrganizationEventResponse) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetTriggeredBy() string
GetTriggeredBy returns the TriggeredBy field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetTriggeredByOk() (*string, bool)
GetTriggeredByOk returns a tuple with the TriggeredBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetTriggeredBy(v string)
SetTriggeredBy sets TriggeredBy field to given value.
func (o *OrganizationEventResponse) HasTriggeredBy() bool
HasTriggeredBy returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *OrganizationEventResponse) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *OrganizationEventResponse) SetProjectIdNil(b bool)
SetProjectIdNil sets the value for ProjectId to be an explicit nil
func (o *OrganizationEventResponse) UnsetProjectId()
UnsetProjectId ensures that no value is present for ProjectId, not even an explicit nil
func (o *OrganizationEventResponse) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *OrganizationEventResponse) HasProjectName() bool
HasProjectName returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) 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 *OrganizationEventResponse) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *OrganizationEventResponse) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *OrganizationEventResponse) SetEnvironmentIdNil(b bool)
SetEnvironmentIdNil sets the value for EnvironmentId to be an explicit nil
func (o *OrganizationEventResponse) UnsetEnvironmentId()
UnsetEnvironmentId ensures that no value is present for EnvironmentId, not even an explicit nil
func (o *OrganizationEventResponse) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetEnvironmentNameOk() (*string, bool)
GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *OrganizationEventResponse) HasEnvironmentName() bool
HasEnvironmentName returns a boolean if a field has been set.
func (o *OrganizationEventResponse) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *OrganizationEventResponse) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventResponse) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *OrganizationEventResponse) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (o *OrganizationEventResponse) SetUserAgentNil(b bool)
SetUserAgentNil sets the value for UserAgent to be an explicit nil
func (o *OrganizationEventResponse) UnsetUserAgent()
UnsetUserAgent ensures that no value is present for UserAgent, not even an explicit nil