Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class EnableProgramRequest.
Request message for the EnableProgram method.
Generated from protobuf message google.shopping.merchant.accounts.v1.EnableProgramRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the program for which to enable participation for the given account. Format: accounts/{account}/programs/{program}
. For example, accounts/123456/programs/free-listings
.
getName
Required. The name of the program for which to enable participation for the
given account. Format: accounts/{account}/programs/{program}
. For
example, accounts/123456/programs/free-listings
.
string
setName
Required. The name of the program for which to enable participation for the
given account. Format: accounts/{account}/programs/{program}
. For
example, accounts/123456/programs/free-listings
.
var
string
$this
static::build
name
string
Required. The name of the program for which to enable participation for the
given account. Format: accounts/{account}/programs/{program}
. For
example, accounts/123456/programs/free-listings
. Please see ProgramsServiceClient::programName()
for help formatting this field.

