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.



876
877
878
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 876

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

Instance Attribute Details

#evaluation_valueString

The evaluation result. Corresponds to the JSON property evaluationValue

Returns:

  • (String)


874
875
876
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 874

def evaluation_value
  @evaluation_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



881
882
883
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 881

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