GoogleApi.CloudAsset.V1.Model.UpdateFeedRequest (google_api_cloud_asset v0.28.0) View Source
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 fieldname
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 thefeed
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.
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.UpdateFeedRequest{ feed: GoogleApi.CloudAsset.V1.Model.Feed.t() | nil, updateMask: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.