public sealed class SearchBlueprintRevisionsResponse : IMessage<SearchBlueprintRevisionsResponse>, IEquatable<SearchBlueprintRevisionsResponse>, IDeepCloneable<SearchBlueprintRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<Blueprint>, IEnumerable<Blueprint>, IEnumerableReference documentation and code samples for the Telco Automation v1 API class SearchBlueprintRevisionsResponse.
Response object for SearchBlueprintRevisions.
Implements
IMessageSearchBlueprintRevisionsResponse, IEquatableSearchBlueprintRevisionsResponse, IDeepCloneableSearchBlueprintRevisionsResponse, IBufferMessage, IMessage, IPageResponseBlueprint, IEnumerableBlueprint, IEnumerableNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
SearchBlueprintRevisionsResponse()
public SearchBlueprintRevisionsResponse()SearchBlueprintRevisionsResponse(SearchBlueprintRevisionsResponse)
public SearchBlueprintRevisionsResponse(SearchBlueprintRevisionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchBlueprintRevisionsResponse |
Properties
Blueprints
public RepeatedField<Blueprint> Blueprints { get; }The list of requested blueprint revisions.
| 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 |
|