Class ResourceOwners
The resource owners information.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class ResourceOwners : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceOwnersValue
List of resource owners.
Declaration
[JsonProperty("resourceOwners")]
public virtual IList<string> ResourceOwnersValue { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |