google_api_cloud_asset v0.4.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 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.

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 Source
t() :: %GoogleApi.CloudAsset.V1.Model.CreateFeedRequest{
  feed: GoogleApi.CloudAsset.V1.Model.Feed.t(),
  feedId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.