Show / Hide Table of Contents

Class ListSlatesResponse

Response message for ListSlates method.

Inheritance
object
ListSlatesResponse
Implements
IMessage<ListSlatesResponse>
IEquatable<ListSlatesResponse>
IDeepCloneable<ListSlatesResponse>
IBufferMessage
IMessage
IPageResponse<Slate>
IEnumerable<Slate>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ListSlatesResponse : IMessage<ListSlatesResponse>, IEquatable<ListSlatesResponse>, IDeepCloneable<ListSlatesResponse>, IBufferMessage, IMessage, IPageResponse<Slate>, IEnumerable<Slate>, IEnumerable

Constructors

ListSlatesResponse()

Declaration
public ListSlatesResponse()

ListSlatesResponse(ListSlatesResponse)

Declaration
public ListSlatesResponse(ListSlatesResponse other)
Parameters
Type Name Description
ListSlatesResponse other

Properties

NextPageToken

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Slates

The Slate objects from the specified network.

Declaration
public RepeatedField<Slate> Slates { get; }
Property Value
Type Description
RepeatedField<Slate>

TotalSize

Total number of Slate objects. If a filter was included in the request, this reflects the total number after filtering.

total_size will not be returned if skip is nonzero.

Declaration
public int TotalSize { get; set; }
Property Value
Type Description
int

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<Slate> GetEnumerator()
Returns
Type Description
IEnumerator<Slate>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX