Class: Google::Apis::CivicinfoV2::InternalSourceSummaryProto
- Inherits:
-
Object
- Object
- Google::Apis::CivicinfoV2::InternalSourceSummaryProto
- 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
-
#dataset ⇒ String
Corresponds to the JSON property
dataset
. -
#provider ⇒ String
Corresponds to the JSON property
provider
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InternalSourceSummaryProto
constructor
A new instance of InternalSourceSummaryProto.
-
#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) ⇒ InternalSourceSummaryProto
Returns a new instance of InternalSourceSummaryProto
839 840 841 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 839 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset ⇒ String
Corresponds to the JSON property dataset
832 833 834 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 832 def dataset @dataset end |
#provider ⇒ String
Corresponds to the JSON property provider
837 838 839 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 837 def provider @provider end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
844 845 846 847 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 844 def update!(**args) @dataset = args[:dataset] if args.key?(:dataset) @provider = args[:provider] if args.key?(:provider) end |