Class: Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail

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

Overview

Message describing the SAP validation metrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SapValidationValidationDetail

Returns a new instance of SapValidationValidationDetail.



686
687
688
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 686

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

Instance Attribute Details

#detailsHash<String,String>

The pairs of metrics data: field name & field value. Corresponds to the JSON property details

Returns:

  • (Hash<String,String>)


679
680
681
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 679

def details
  @details
end

#sap_validation_typeString

The SAP system that the validation data is from. Corresponds to the JSON property sapValidationType

Returns:

  • (String)


684
685
686
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 684

def sap_validation_type
  @sap_validation_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



691
692
693
694
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 691

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