Show / Hide Table of Contents

Class ResourceDetails

Capture the resource details for resources that are included in the delta counts.

Inheritance
object
ResourceDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class ResourceDetails : IDirectResponseSchema

Properties

Container

Specifies where the resource is created. For Google Cloud resources, it is the full name of the project.

Declaration
[JsonProperty("container")]
public virtual string Container { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullResourceName

Full resource name of the resource.

Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type Description
string

Location

Location of the resource.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

Product

Product type of the resource.

Declaration
[JsonProperty("product")]
public virtual Product Product { get; set; }
Property Value
Type Description
Product

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX