Show / Hide Table of Contents

Class OwnerReference

This is not supported or used by Cloud Run.

Inheritance
object
OwnerReference
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX