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

Update asset feed request.

Attributes

  • feed (type: GoogleApi.CloudAsset.V1.Model.Feed.t, default: nil) - Required. The new values of feed details. It must match an existing feed and the field name must be in the format of: projects/project_number/feeds/feed_id or folders/folder_number/feeds/feed_id or organizations/organization_number/feeds/feed_id.
  • updateMask (type: String.t, default: nil) - Required. Only updates the feed fields indicated by this mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.