Class ListMapConfigsRequest
Request to list MapConfigs.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class ListMapConfigsRequest : IPageRequest, IMessage<ListMapConfigsRequest>, IEquatable<ListMapConfigsRequest>, IDeepCloneable<ListMapConfigsRequest>, IBufferMessage, IMessage
Constructors
ListMapConfigsRequest()
Declaration
public ListMapConfigsRequest()
ListMapConfigsRequest(ListMapConfigsRequest)
Declaration
public ListMapConfigsRequest(ListMapConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListMapConfigsRequest | other |
Properties
PageSize
Optional. The maximum number of MapConfigs to return. The service may return fewer than this value. If unspecified, at most 50 MapConfigs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. CURRENTLY UNSUPPORTED.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. A page token, received from a previous ListMapConfigs call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMapConfigs must
match the call that provided the page token.
CURRENTLY UNSUPPORTED.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. Parent project that owns the MapConfigs.
Format: projects/{project}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsProjectName
ProjectName-typed view over the Parent resource name property.
Declaration
public ProjectName ParentAsProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectName |