Class: Google::Apis::CivicinfoV2::FieldMetadataProto

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

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

#internalGoogle::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