Class CreateFeedRequest
Create asset feed request.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class CreateFeedRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feed
Required. The feed details. The field name
must be empty and it will be generated in the format of:
projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id
organizations/organization_number/feeds/feed_id
Declaration
[JsonProperty("feed")]
public virtual Feed Feed { get; set; }
Property Value
Type | Description |
---|---|
Feed |
FeedId
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
Declaration
[JsonProperty("feedId")]
public virtual string FeedId { get; set; }
Property Value
Type | Description |
---|---|
string |