Class: Google::Cloud::CommerceProducer::V1beta::PrivateOffer::PublishRequirementGoogleReview
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::PrivateOffer::PublishRequirementGoogleReview
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/private_offer.rb
Overview
Information about the Google review process.
Instance Attribute Summary collapse
-
#review_approve_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#review_approve_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The approval time of the Google review process.
156 157 158 159 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/private_offer.rb', line 156 class PublishRequirementGoogleReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |