google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.CreateFeedRequest View Source
Create asset feed request.
Attributes
feed(type:GoogleApi.CloudAsset.V1.Model.Feed.t, default:nil) - Required. The feed details. The fieldnamemust 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_idfeedId(type:String.t, default:nil) - Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudAsset.V1.Model.CreateFeedRequest{
feed: GoogleApi.CloudAsset.V1.Model.Feed.t(),
feedId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.