Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit
- 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
-
#resolved_by ⇒ String
Corresponds to the JSON property
resolvedBy. -
#resolved_by_cpi ⇒ String
Corresponds to the JSON property
resolvedByCpi. -
#timestamp ⇒ String
Corresponds to the JSON property
timestamp.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit
constructor
A new instance of EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit
Returns a new instance of EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit.
2544 2545 2546 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resolved_by ⇒ String
Corresponds to the JSON property resolvedBy
2532 2533 2534 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2532 def resolved_by @resolved_by end |
#resolved_by_cpi ⇒ String
Corresponds to the JSON property resolvedByCpi
2537 2538 2539 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2537 def resolved_by_cpi @resolved_by_cpi end |
#timestamp ⇒ String
Corresponds to the JSON property timestamp
2542 2543 2544 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2542 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2549 2550 2551 2552 2553 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2549 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 |