Telco Automation v1 API - Class ListBlueprintRevisionsResponse (1.2.0)

public sealed class ListBlueprintRevisionsResponse : IMessage<ListBlueprintRevisionsResponse>, IEquatable<ListBlueprintRevisionsResponse>, IDeepCloneable<ListBlueprintRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<Blueprint>, IEnumerable<Blueprint>, IEnumerable

Reference documentation and code samples for the Telco Automation v1 API class ListBlueprintRevisionsResponse.

Response object for ListBlueprintRevisions.

Inheritance

object > ListBlueprintRevisionsResponse

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListBlueprintRevisionsResponse()

public ListBlueprintRevisionsResponse()

ListBlueprintRevisionsResponse(ListBlueprintRevisionsResponse)

public ListBlueprintRevisionsResponse(ListBlueprintRevisionsResponse other)
Parameter
Name Description
other ListBlueprintRevisionsResponse

Properties

Blueprints

public RepeatedField<Blueprint> Blueprints { get; }

The revisions of the blueprint.

Property Value
Type Description
RepeatedFieldBlueprint

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Blueprint> GetEnumerator()

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

Returns
Type Description
IEnumeratorBlueprint