Class OwnerReference
This is not supported or used by Cloud Run.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class OwnerReference : IDirectResponseSchema
Properties
ApiVersion
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
BlockOwnerDeletion
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("blockOwnerDeletion")]
public virtual bool? BlockOwnerDeletion { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Controller
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("controller")]
public virtual bool? Controller { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Uid
This is not supported or used by Cloud Run.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |