Financial Services v1 API - Class ListModelsRequest (1.0.0-beta01)

public sealed class ListModelsRequest : IPageRequest, IMessage<ListModelsRequest>, IEquatable<ListModelsRequest>, IDeepCloneable<ListModelsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Financial Services v1 API class ListModelsRequest.

Request for retrieving a paginated list of Model resources that meet the specified criteria.

Inheritance

object > ListModelsRequest

Namespace

Google.Cloud.FinancialServices.V1

Assembly

Google.Cloud.FinancialServices.V1.dll

Constructors

ListModelsRequest()

public ListModelsRequest()

ListModelsRequest(ListModelsRequest)

public ListModelsRequest(ListModelsRequest other)
Parameter
Name Description
other ListModelsRequest

Properties

Filter

public string Filter { get; set; }

Specify a filter to narrow search results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Specify a field to use for ordering.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

In case of paginated results, this is the token that was returned in the previous ListModelsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListModelsRequest, and the last page will return an empty page_token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent of the Model is the Instance.

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName