GoogleApi.CloudAsset.V1.Model.CreateFeedRequest (google_api_cloud_asset v0.22.1) 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_id -
feedId(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
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.CreateFeedRequest{
feed: GoogleApi.CloudAsset.V1.Model.Feed.t() | nil,
feedId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.