Class: Google::Apis::CivicinfoV2::FieldMetadataProto
- Inherits:
-
Object
- Object
- Google::Apis::CivicinfoV2::FieldMetadataProto
- Defined in:
- generated/google/apis/civicinfo_v2/classes.rb,
generated/google/apis/civicinfo_v2/representations.rb,
generated/google/apis/civicinfo_v2/representations.rb
Instance Attribute Summary collapse
-
#internal ⇒ Google::Apis::CivicinfoV2::InternalFieldMetadataProto
Corresponds to the JSON property
internal
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FieldMetadataProto
constructor
A new instance of FieldMetadataProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ FieldMetadataProto
Returns a new instance of FieldMetadataProto
748 749 750 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 748 def initialize(**args) update!(**args) end |
Instance Attribute Details
#internal ⇒ Google::Apis::CivicinfoV2::InternalFieldMetadataProto
Corresponds to the JSON property internal
746 747 748 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 746 def internal @internal end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
753 754 755 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 753 def update!(**args) @internal = args[:internal] if args.key?(:internal) end |