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.



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

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

Instance Attribute Details

#resolved_byString

Corresponds to the JSON property resolvedBy

Returns:

  • (String)


2605
2606
2607
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2605

def resolved_by
  @resolved_by
end

#resolved_by_cpiString

Corresponds to the JSON property resolvedByCpi

Returns:

  • (String)


2610
2611
2612
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2610

def resolved_by_cpi
  @resolved_by_cpi
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


2615
2616
2617
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2615

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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