Show / Hide Table of Contents

Class NamespacesResource

The "namespaces" collection of methods.

Inheritance
System.Object
NamespacesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class NamespacesResource

Constructors

NamespacesResource(IClientService)

Constructs a new resource.

Declaration
public NamespacesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Jobs

Gets the Jobs resource.

Declaration
public virtual NamespacesResource.JobsResource Jobs { get; }
Property Value
Type Description
NamespacesResource.JobsResource
In This Article
Back to top