CustomerFeed

客户 Feed。

JSON 表示法
{
  "resourceName": string,
  "placeholderTypes": [
    enum (PlaceholderType)
  ],
  "matchingFunction": {
    object (MatchingFunction)
  },
  "status": enum (FeedLinkStatus),
  "feed": string
}
字段
resourceName

string

不可变。客户 Feed 的资源名称。客户 Feed 资源名称的格式如下:

customers/{customerId}/customerFeeds/{feedId}

placeholderTypes[]

enum (PlaceholderType)

指明 Feed 可能会在关联的客户下填充哪些占位符类型。必填。

matchingFunction

object (MatchingFunction)

与 CustomerFeed 相关联的匹配函数。匹配函数用于对所选的 Feed 项集进行过滤。必填。

status

enum (FeedLinkStatus)

仅供输出。客户 Feed 的状态。此字段为只读字段。

feed

string

不可变。与客户相关联的 Feed。