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.



2630
2631
2632
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2630

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

Instance Attribute Details

#resolved_byString

Corresponds to the JSON property resolvedBy

Returns:

  • (String)


2618
2619
2620
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2618

def resolved_by
  @resolved_by
end

#resolved_by_cpiString

Corresponds to the JSON property resolvedByCpi

Returns:

  • (String)


2623
2624
2625
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2623

def resolved_by_cpi
  @resolved_by_cpi
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


2628
2629
2630
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2628

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2635
2636
2637
2638
2639
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2635

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