Properties of an Account.
Package
@google-shopping/cssProperties
accountType
accountType
?:
(
google
.
shopping
.
css
.
v1
.
Account
.
AccountType
|
keyof
typeof
google
.
shopping
.
css
.
v1
.
Account
.
AccountType
|
null
);
Account accountType
automaticLabelIds
automaticLabelIds
?:
((
number
|
Long
|
string
)[]
|
null
);
Account automaticLabelIds
displayName
displayName
?:
(
string
|
null
);
Account displayName
fullName
fullName
?:
(
string
|
null
);
Account fullName
homepageUri
homepageUri
?:
(
string
|
null
);
Account homepageUri
labelIds
labelIds
?:
((
number
|
Long
|
string
)[]
|
null
);
Account labelIds
name
name
?:
(
string
|
null
);
Account name
parent
parent
?:
(
string
|
null
);
Account parent