Show / Hide Table of Contents

Class OrganizationsResource.PublicationsResource.CtasResource

The "ctas" collection of methods.

Inheritance
object
OrganizationsResource.PublicationsResource.CtasResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebContentPublisher.v1
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class OrganizationsResource.PublicationsResource.CtasResource

Constructors

CtasResource(IClientService)

Constructs a new resource.

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

Methods

Create(Cta, string)

Creates a CTA.

Declaration
public virtual OrganizationsResource.PublicationsResource.CtasResource.CreateRequest Create(Cta body, string parent)
Parameters
Type Name Description
Cta body

The body of the request.

string parent

Required. The parent publication resource where this CTA will be created. Format: organizations/{organization}/publications/{publication}.

Returns
Type Description
OrganizationsResource.PublicationsResource.CtasResource.CreateRequest

Get(string)

Gets a CTA.

Declaration
public virtual OrganizationsResource.PublicationsResource.CtasResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the CTA to retrieve. Format: organizations/{organization}/publications/{publication}/ctas/{cta}.

Returns
Type Description
OrganizationsResource.PublicationsResource.CtasResource.GetRequest

List(string)

Lists CTAs.

Declaration
public virtual OrganizationsResource.PublicationsResource.CtasResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent publication resource whose CTAs to list. Format: organizations/{organization}/publications/{publication}.

Returns
Type Description
OrganizationsResource.PublicationsResource.CtasResource.ListRequest
In this article
Back to top Generated by DocFX