Maintenance v1beta API - Class ListResourceMaintenancesRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Maintenance v1beta API class ListResourceMaintenancesRequest.

The request structure for the ListResourceMaintenances method.

Inheritance

object > ListResourceMaintenancesRequest

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

Google.Cloud.Maintenance.Api.V1Beta.dll

Constructors

ListResourceMaintenancesRequest()

public ListResourceMaintenancesRequest()

ListResourceMaintenancesRequest(ListResourceMaintenancesRequest)

public ListResourceMaintenancesRequest(ListResourceMaintenancesRequest other)
Parameter
Name Description
other ListResourceMaintenancesRequest

Properties

Filter

public string Filter { get; set; }

Filter the list as specified in https://google.aip.dev/160.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Order results as specified in https://google.aip.dev/132.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of resource maintenances to send per page.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent of the resource maintenance.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName