Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReplaysResource.ResultsResource

The "results" collection of methods.

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

Constructors

ResultsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists the results of running a Replay.

Declaration
public virtual ProjectsResource.LocationsResource.ReplaysResource.ResultsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The Replay whose results are listed, in the following format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id} Example: projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36

Returns
Type Description
ProjectsResource.LocationsResource.ReplaysResource.ResultsResource.ListRequest
In this article
Back to top Generated by DocFX