|
| 1 | +// This file is auto-generated, don't edit it. Thanks. |
| 2 | + |
| 3 | +using System; |
| 4 | +using System.Collections.Generic; |
| 5 | +using System.IO; |
| 6 | + |
| 7 | +using Tea; |
| 8 | + |
| 9 | +namespace AlibabaCloud.SDK.APIG20240327.Models |
| 10 | +{ |
| 11 | + public class ListHttpApiRoutesRequest : TeaModel { |
| 12 | + [NameInMap("consumerAuthorizationRuleId")] |
| 13 | + [Validation(Required=false)] |
| 14 | + public string ConsumerAuthorizationRuleId { get; set; } |
| 15 | + |
| 16 | + /// <summary> |
| 17 | + /// <b>Example:</b> |
| 18 | + /// <para>NotDeployed</para> |
| 19 | + /// </summary> |
| 20 | + [NameInMap("deployStatuses")] |
| 21 | + [Validation(Required=false)] |
| 22 | + public string DeployStatuses { get; set; } |
| 23 | + |
| 24 | + [NameInMap("domainId")] |
| 25 | + [Validation(Required=false)] |
| 26 | + public string DomainId { get; set; } |
| 27 | + |
| 28 | + /// <summary> |
| 29 | + /// <b>Example:</b> |
| 30 | + /// <para>env-cpqnr6tlhtgubc***</para> |
| 31 | + /// </summary> |
| 32 | + [NameInMap("environmentId")] |
| 33 | + [Validation(Required=false)] |
| 34 | + public string EnvironmentId { get; set; } |
| 35 | + |
| 36 | + /// <summary> |
| 37 | + /// <b>Example:</b> |
| 38 | + /// <para>gw-cpv4sqdl****</para> |
| 39 | + /// </summary> |
| 40 | + [NameInMap("gatewayId")] |
| 41 | + [Validation(Required=false)] |
| 42 | + public string GatewayId { get; set; } |
| 43 | + |
| 44 | + /// <summary> |
| 45 | + /// <b>Example:</b> |
| 46 | + /// <para>itemcenter-gateway</para> |
| 47 | + /// </summary> |
| 48 | + [NameInMap("name")] |
| 49 | + [Validation(Required=false)] |
| 50 | + public string Name { get; set; } |
| 51 | + |
| 52 | + /// <summary> |
| 53 | + /// <b>Example:</b> |
| 54 | + /// <para>item</para> |
| 55 | + /// </summary> |
| 56 | + [NameInMap("nameLike")] |
| 57 | + [Validation(Required=false)] |
| 58 | + public string NameLike { get; set; } |
| 59 | + |
| 60 | + /// <summary> |
| 61 | + /// <b>Example:</b> |
| 62 | + /// <para>1</para> |
| 63 | + /// </summary> |
| 64 | + [NameInMap("pageNumber")] |
| 65 | + [Validation(Required=false)] |
| 66 | + public int? PageNumber { get; set; } |
| 67 | + |
| 68 | + /// <summary> |
| 69 | + /// <b>Example:</b> |
| 70 | + /// <para>10</para> |
| 71 | + /// </summary> |
| 72 | + [NameInMap("pageSize")] |
| 73 | + [Validation(Required=false)] |
| 74 | + public int? PageSize { get; set; } |
| 75 | + |
| 76 | + /// <summary> |
| 77 | + /// <b>Example:</b> |
| 78 | + /// <para>/v1</para> |
| 79 | + /// </summary> |
| 80 | + [NameInMap("pathLike")] |
| 81 | + [Validation(Required=false)] |
| 82 | + public string PathLike { get; set; } |
| 83 | + |
| 84 | + [NameInMap("withAuthPolicyInfo")] |
| 85 | + [Validation(Required=false)] |
| 86 | + public bool? WithAuthPolicyInfo { get; set; } |
| 87 | + |
| 88 | + [NameInMap("withConsumerInfoById")] |
| 89 | + [Validation(Required=false)] |
| 90 | + public string WithConsumerInfoById { get; set; } |
| 91 | + |
| 92 | + [NameInMap("withPluginAttachmentByPluginId")] |
| 93 | + [Validation(Required=false)] |
| 94 | + public string WithPluginAttachmentByPluginId { get; set; } |
| 95 | + |
| 96 | + } |
| 97 | + |
| 98 | +} |
0 commit comments