Class: Google::Apis::AndroidpublisherV3::StratifiedSampling
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::StratifiedSampling
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
-
#mod_ranges ⇒ Array<Google::Apis::AndroidpublisherV3::ModRange>
Corresponds to the JSON property
modRanges
. -
#stratum ⇒ Google::Apis::AndroidpublisherV3::Stratum
Corresponds to the JSON property
stratum
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StratifiedSampling
constructor
A new instance of StratifiedSampling.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StratifiedSampling
Returns a new instance of StratifiedSampling.
1509 1510 1511 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1509 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mod_ranges ⇒ Array<Google::Apis::AndroidpublisherV3::ModRange>
Corresponds to the JSON property modRanges
1502 1503 1504 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1502 def mod_ranges @mod_ranges end |
#stratum ⇒ Google::Apis::AndroidpublisherV3::Stratum
Corresponds to the JSON property stratum
1507 1508 1509 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1507 def stratum @stratum end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1514 1515 1516 1517 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1514 def update!(**args) @mod_ranges = args[:mod_ranges] if args.key?(:mod_ranges) @stratum = args[:stratum] if args.key?(:stratum) end |