attributes property
Array of attributes that may be used to extend the default API product profile with customer-specific metadata.
You can specify a maximum of 18 attributes. Use this property to specify
the access level of the API product as either public
, private
, or
internal
. Only products marked public
are available to developers in
the Apigee developer portal. For example, you can set a product to
internal
while it is in development and then change access to public
when it is ready to release on the portal. API products marked as
private
do not appear on the portal, but can be accessed by external
developers.
Implementation
core.List<GoogleCloudApigeeV1Attribute>? attributes;