Class: Google::Apis::CloudassetV1::ConditionEvaluation

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

Overview

The Condition evaluation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConditionEvaluation

Returns a new instance of ConditionEvaluation.



547
548
549
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 547

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

Instance Attribute Details

#evaluation_valueString

The evaluation result. Corresponds to the JSON property evaluationValue

Returns:

  • (String)


545
546
547
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 545

def evaluation_value
  @evaluation_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



552
553
554
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 552

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