Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit

Returns a new instance of EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit.



2762
2763
2764
# File 'lib/google/apis/integrations_v1/classes.rb', line 2762

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

Instance Attribute Details

#resolved_byString

Corresponds to the JSON property resolvedBy

Returns:

  • (String)


2750
2751
2752
# File 'lib/google/apis/integrations_v1/classes.rb', line 2750

def resolved_by
  @resolved_by
end

#resolved_by_cpiString

Corresponds to the JSON property resolvedByCpi

Returns:

  • (String)


2755
2756
2757
# File 'lib/google/apis/integrations_v1/classes.rb', line 2755

def resolved_by_cpi
  @resolved_by_cpi
end

#timestampString

Corresponds to the JSON property timestamp

Returns:

  • (String)


2760
2761
2762
# File 'lib/google/apis/integrations_v1/classes.rb', line 2760

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2767
2768
2769
2770
2771
# File 'lib/google/apis/integrations_v1/classes.rb', line 2767

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