View Source GoogleApi.CloudAsset.V1.Model.ResourceOwners (google_api_cloud_asset v0.40.1)
The resource owners information.
Attributes
-
resourceOwners
(type:list(String.t)
, default:nil
) - List of resource owners.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.ResourceOwners{ resourceOwners: [String.t()] | nil }