Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.ListRequest

Lists all Workspaces that belong to a GTM Container.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListWorkspacesResponse>
TagManagerBaseServiceRequest<ListWorkspacesResponse>
AccountsResource.ContainersResource.WorkspacesResource.ListRequest
Implements
IClientServiceRequest<ListWorkspacesResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListWorkspacesResponse>.Alt
TagManagerBaseServiceRequest<ListWorkspacesResponse>.Fields
TagManagerBaseServiceRequest<ListWorkspacesResponse>.Key
TagManagerBaseServiceRequest<ListWorkspacesResponse>.OauthToken
TagManagerBaseServiceRequest<ListWorkspacesResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListWorkspacesResponse>.QuotaUser
TagManagerBaseServiceRequest<ListWorkspacesResponse>.UserIp
ClientServiceRequest<ListWorkspacesResponse>.Execute()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStream()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsync()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListWorkspacesResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListWorkspacesResponse>.GenerateRequestUri()
ClientServiceRequest<ListWorkspacesResponse>.GetBody()
ClientServiceRequest<ListWorkspacesResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListWorkspacesResponse>.ETagAction
ClientServiceRequest<ListWorkspacesResponse>.ModifyRequest
ClientServiceRequest<ListWorkspacesResponse>.RequestParameters
ClientServiceRequest<ListWorkspacesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ListRequest : TagManagerBaseServiceRequest<ListWorkspacesResponse>, IClientServiceRequest<ListWorkspacesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListWorkspacesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListWorkspacesResponse>.MethodName

PageToken

Continuation token for fetching the next page of results.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

Parent

GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListWorkspacesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.TagManager.v2.TagManagerBaseServiceRequest<Google.Apis.TagManager.v2.Data.ListWorkspacesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top