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

Constructor Details

#initialize(**args) ⇒ RepresentativeInfoData

Returns a new instance of RepresentativeInfoData.



919
920
921
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 919

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

Instance Attribute Details

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

A map of political geographic divisions that contain the requested address, keyed by the unique Open Civic Data identifier for this division. Corresponds to the JSON property divisions



905
906
907
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 905

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



911
912
913
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 911

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



917
918
919
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 917

def officials
  @officials
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



924
925
926
927
928
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 924

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