Show / Hide Table of Contents

Class ProjectsResource.PlatformsResource

The "platforms" collection of methods.

Inheritance
object
ProjectsResource.PlatformsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BinaryAuthorization.v1
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class ProjectsResource.PlatformsResource

Constructors

PlatformsResource(IClientService)

Constructs a new resource.

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

Properties

Gke

Gets the Gke resource.

Declaration
public virtual ProjectsResource.PlatformsResource.GkeResource Gke { get; }
Property Value
Type Description
ProjectsResource.PlatformsResource.GkeResource

Policies

Gets the Policies resource.

Declaration
public virtual ProjectsResource.PlatformsResource.PoliciesResource Policies { get; }
Property Value
Type Description
ProjectsResource.PlatformsResource.PoliciesResource
In this article
Back to top Generated by DocFX