Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit

Returns a new instance of EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit.



2679
2680
2681
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2679

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resolved_byString

Corresponds to the JSON property resolvedBy

Returns:

  • (String)


2672
2673
2674
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2672

def resolved_by
  @resolved_by
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


2677
2678
2679
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2677

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2684
2685
2686
2687
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2684

def update!(**args)
  @resolved_by = args[:resolved_by] if args.key?(:resolved_by)
  @timestamp = args[:timestamp] if args.key?(:timestamp)
end