Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EntityTypeMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EntityTypeMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb
Overview
Metadata about an entity type.
Instance Attribute Summary collapse
-
#inactive ⇒ Boolean
(also: #inactive?)
Whether the entity type should be considered inactive.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3EntityTypeMetadata
constructor
A new instance of GoogleCloudDocumentaiV1beta3EntityTypeMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3EntityTypeMetadata
Returns a new instance of GoogleCloudDocumentaiV1beta3EntityTypeMetadata.
9157 9158 9159 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 9157 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inactive ⇒ Boolean Also known as: inactive?
Whether the entity type should be considered inactive.
Corresponds to the JSON property inactive
9154 9155 9156 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 9154 def inactive @inactive end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9162 9163 9164 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 9162 def update!(**args) @inactive = args[:inactive] if args.key?(:inactive) end |