Class: Google::Shopping::Merchant::Accounts::V1::UnregisterGcpRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UnregisterGcpRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb
Overview
Request message for the UnregisterGCP method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the developer registration to be created for the
merchant account that the GCP will be registered with. Format:
accounts/{account}/developerRegistration.
67 68 69 70 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb', line 67 class UnregisterGcpRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |