Show / Hide Table of Contents

Class CreateFeedRequest

Create asset feed request.

Inheritance
object
CreateFeedRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX