chore: regens API reference docs (#889)
diff --git a/docs/dyn/analytics_v3.management.segments.html b/docs/dyn/analytics_v3.management.segments.html
index 397a4c2..e4949bf 100644
--- a/docs/dyn/analytics_v3.management.segments.html
+++ b/docs/dyn/analytics_v3.management.segments.html
@@ -96,13 +96,13 @@
{ # JSON template for an Analytics segment.
"definition": "A String", # Segment definition.
"kind": "analytics#segment", # Resource type for Analytics segment.
- "segmentId": "A String", # Segment ID. Can be used with the 'segment' parameter in Core Reporting API.
+ "name": "A String", # Segment name.
"created": "A String", # Time the segment was created.
"updated": "A String", # Time the segment was last modified.
"type": "A String", # Type for a segment. Possible values are "BUILT_IN" or "CUSTOM".
"id": "A String", # Segment ID.
"selfLink": "A String", # Link for this segment.
- "name": "A String", # Segment name.
+ "segmentId": "A String", # Segment ID. Can be used with the 'segment' parameter in Core Reporting API.
},
],
"itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.