Properties of a Feed.
Package
@google-cloud/assetProperties
assetNames
assetNames
?:
(
string
[]
|
null
);
Feed assetNames
| Type | Description |
|---|---|
| (string[]|null) |
assetTypes
assetTypes
?:
(
string
[]
|
null
);
Feed assetTypes
| Type | Description |
|---|---|
| (string[]|null) |
condition
condition
?:
(
google
.
type
.
IExpr
|
null
);
Feed condition
| Type | Description |
|---|---|
| ( google.type.IExpr |null) |
contentType
contentType
?:
(
google
.
cloud
.
asset
.
v1
.
ContentType
|
keyof
typeof
google
.
cloud
.
asset
.
v1
.
ContentType
|
null
);
Feed contentType
| Type | Description |
|---|---|
| ( google.cloud.asset.v1.ContentType |keyof typeof google.cloud.asset.v1.ContentType |null) |
feedOutputConfig
feedOutputConfig
?:
(
google
.
cloud
.
asset
.
v1
.
IFeedOutputConfig
|
null
);
Feed feedOutputConfig
| Type | Description |
|---|---|
| ( google.cloud.asset.v1.IFeedOutputConfig |null) |
name
name
?:
(
string
|
null
);
Feed name
| Type | Description |
|---|---|
| (string|null) |
relationshipTypes
relationshipTypes
?:
(
string
[]
|
null
);
Feed relationshipTypes
| Type | Description |
|---|---|
| (string[]|null) |

