View Source GoogleApi.CloudAsset.V1.Model.CreateFeedRequest (google_api_cloud_asset v0.35.0)

Create asset feed request.

Attributes

  • feed (type: GoogleApi.CloudAsset.V1.Model.Feed.t, default: nil) - 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
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.CreateFeedRequest{
  feed: GoogleApi.CloudAsset.V1.Model.Feed.t() | nil,
  feedId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.