修改类型字段

This commit is contained in:
qiwang 2023-10-20 10:16:31 +08:00
parent 868512fd36
commit 1b58377b82
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ message Network{
bool port_security_enabled = 12; // @gotags: copier:"PortSecurityEnabled"
string project_id = 13; // @gotags: copier:"ProjectId"
string qos_policy_id = 14; // @gotags: copier:"QosPolicyId"
int64 revision_number = 15;// @gotags: copier:"RevisionNumber"
string revision_number = 15;// @gotags: copier:"RevisionNumber"
Segment segment =26; // @gotags: copier:"Segment"
bool router_external = 16 [json_name = "router:external"]; // @gotags: copier:"RouterExternal"
bool shared = 17; // @gotags: copier:"Shared"