Class: Google::Shopping::Merchant::Accounts::V1::GetAccountForGcpRegistrationResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::GetAccountForGcpRegistrationResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb
Overview
Response message for the GetAccountForGcpRegistration method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the merchant account id that the GCP is registered with.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the merchant account id that the GCP is registered with.
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb', line 85 class GetAccountForGcpRegistrationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |