serviceTier property

  1. @JsonKey.new(name: 'service_tier', includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
ServiceTier? get serviceTier
inherited

The service tier used for processing the request. This field is only included if the service_tier parameter is specified in the request.

Implementation

@JsonKey(includeIfNull: false) String? get model;/// The service tier used for processing the request. This field is only included if the `service_tier` parameter
/// is specified in the request.
@JsonKey(name: 'service_tier', includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue) ServiceTier? get serviceTier;