Represents the pricing information for a SKU at a single
point of time.
Attributes
Name
Description
effective_time
google.protobuf.timestamp_pb2.Timestamp
The timestamp from which this pricing was effective within
the requested time range. This is guaranteed to be greater
than or equal to the start_time field in the request and
less than the end_time field in the request. If a time range
was not specified in the request this field will be
equivalent to a time within the last 12 hours, indicating
the latest pricing info.
summary
str
An optional human readable summary of the
pricing information, has a maximum length of 256
characters.
float
Conversion rate used for currency conversion, from USD to
the currency specified in the request. This includes any
surcharge collected for billing in non USD currency. If a
currency is not specified in the request this defaults to
1.0. Example: USD \* currency_conversion_rate = JPY
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class PricingInfo (1.16.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.16.3 (latest)](/python/docs/reference/cloudbilling/latest/google.cloud.billing_v1.types.PricingInfo)\n- [1.16.2](/python/docs/reference/cloudbilling/1.16.2/google.cloud.billing_v1.types.PricingInfo)\n- [1.15.0](/python/docs/reference/cloudbilling/1.15.0/google.cloud.billing_v1.types.PricingInfo)\n- [1.14.1](/python/docs/reference/cloudbilling/1.14.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.13.6](/python/docs/reference/cloudbilling/1.13.6/google.cloud.billing_v1.types.PricingInfo)\n- [1.12.1](/python/docs/reference/cloudbilling/1.12.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.11.5](/python/docs/reference/cloudbilling/1.11.5/google.cloud.billing_v1.types.PricingInfo)\n- [1.10.1](/python/docs/reference/cloudbilling/1.10.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.9.1](/python/docs/reference/cloudbilling/1.9.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.8.0](/python/docs/reference/cloudbilling/1.8.0/google.cloud.billing_v1.types.PricingInfo)\n- [1.7.3](/python/docs/reference/cloudbilling/1.7.3/google.cloud.billing_v1.types.PricingInfo)\n- [1.6.1](/python/docs/reference/cloudbilling/1.6.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.5.1](/python/docs/reference/cloudbilling/1.5.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.4.1](/python/docs/reference/cloudbilling/1.4.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.3.4](/python/docs/reference/cloudbilling/1.3.4/google.cloud.billing_v1.types.PricingInfo)\n- [1.2.1](/python/docs/reference/cloudbilling/1.2.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.1.1](/python/docs/reference/cloudbilling/1.1.1/google.cloud.billing_v1.types.PricingInfo)\n- [1.0.0](/python/docs/reference/cloudbilling/1.0.0/google.cloud.billing_v1.types.PricingInfo)\n- [0.1.0](/python/docs/reference/cloudbilling/0.1.0/google.cloud.billing_v1.types.PricingInfo) \n\n PricingInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRepresents the pricing information for a SKU at a single\npoint of time."]]