Class: Google::Apis::CivicinfoV2::RepresentativeInfoData

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) ⇒ RepresentativeInfoData

Returns a new instance of RepresentativeInfoData



1477
1478
1479
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 1477

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

Instance Attribute Details

#divisionsHash<String,Google::Apis::CivicinfoV2::GeographicDivision>

Political geographic divisions that contain the requested address. Corresponds to the JSON property divisions



1463
1464
1465
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 1463

def divisions
  @divisions
end

#officesArray<Google::Apis::CivicinfoV2::Office>

Elected offices referenced by the divisions listed above. Will only be present if includeOffices was true in the request. Corresponds to the JSON property offices



1469
1470
1471
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 1469

def offices
  @offices
end

#officialsArray<Google::Apis::CivicinfoV2::Official>

Officials holding the offices listed above. Will only be present if includeOffices was true in the request. Corresponds to the JSON property officials



1475
1476
1477
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 1475

def officials
  @officials
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1482
1483
1484
1485
1486
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 1482

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