customer property
The customer id of the domain of the space.
Required only when creating a space with
app authentication
and SpaceType
is SPACE
, otherwise should not be set. In the format
customers/{customer}
, where customer
is the id
from the
Admin SDK customer resource.
Private apps can also use the customers/my_customer
alias to create the
space in the same Google Workspace organization as the app. For DMs, this
field isn't populated.
Optional. Immutable.
Implementation
core.String? customer;