Class: Google::Shopping::Merchant::Accounts::V1::GetDeveloperRegistrationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb

Overview

Request message for the GetDeveloperRegistration method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name (ID) of the developer registration.

Returns:

  • (::String)

    Required. The name (ID) of the developer registration.



76
77
78
79
# File 'proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb', line 76

class GetDeveloperRegistrationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end