docs: update generated docs (#981)

diff --git a/docs/dyn/vault_v1.matters.html b/docs/dyn/vault_v1.matters.html
index 1026ddf..01469e4 100644
--- a/docs/dyn/vault_v1.matters.html
+++ b/docs/dyn/vault_v1.matters.html
@@ -105,7 +105,7 @@
   <code><a href="#get">get(matterId, view=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets the specified matter.</p>
 <p class="toc_element">
-  <code><a href="#list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(view=None, pageSize=None, pageToken=None, state=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists matters the user has access to.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -137,16 +137,16 @@
       # overwritten.
     &quot;sendEmails&quot;: True or False, # True to send notification email to the added account.
         # False to not send notification email.
-    &quot;matterPermission&quot;: { # Currently each matter only has one owner, and all others are collaborators. # The MatterPermission to add.
-        # When an account is purged, its corresponding MatterPermission resources
-        # cease to exist.
-      &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-      &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-          # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-    },
     &quot;ccMe&quot;: True or False, # Only relevant if send_emails is true.
         # True to CC requestor in the email message.
         # False to not CC requestor.
+    &quot;matterPermission&quot;: { # Currently each matter only has one owner, and all others are collaborators. # The MatterPermission to add.
+        # When an account is purged, its corresponding MatterPermission resources
+        # cease to exist.
+      &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+          # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+      &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+    },
   }
 
   x__xgafv: string, V1 error format.
@@ -160,9 +160,9 @@
     { # Currently each matter only has one owner, and all others are collaborators.
       # When an account is purged, its corresponding MatterPermission resources
       # cease to exist.
-    &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
     &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
         # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+    &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
   }</pre>
 </div>
 
@@ -188,22 +188,22 @@
 
     { # Response to a CloseMatterRequest.
     &quot;matter&quot;: { # Represents a matter. # The updated matter, with state CLOSED.
-      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-          # Should be blank when creating a new matter.
-      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-          # defined limit on the number of permissions a matter can have.
-        { # Currently each matter only has one owner, and all others are collaborators.
-            # When an account is purged, its corresponding MatterPermission resources
-            # cease to exist.
-          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-        },
-      ],
-      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    },
+        &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+        &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+        &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+            # Should be blank when creating a new matter.
+        &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+        &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+            # defined limit on the number of permissions a matter can have.
+          { # Currently each matter only has one owner, and all others are collaborators.
+              # When an account is purged, its corresponding MatterPermission resources
+              # cease to exist.
+            &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+                # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+            &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+          },
+        ],
+      },
   }</pre>
 </div>
 
@@ -218,22 +218,22 @@
     The object takes the form of:
 
 { # Represents a matter.
-  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-      # Should be blank when creating a new matter.
-  &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-  &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-  &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-      # defined limit on the number of permissions a matter can have.
-    { # Currently each matter only has one owner, and all others are collaborators.
-        # When an account is purged, its corresponding MatterPermission resources
-        # cease to exist.
-      &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-      &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-          # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-    },
-  ],
-  &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-}
+    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
+    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+        # defined limit on the number of permissions a matter can have.
+      { # Currently each matter only has one owner, and all others are collaborators.
+          # When an account is purged, its corresponding MatterPermission resources
+          # cease to exist.
+        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+      },
+    ],
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -244,22 +244,22 @@
   An object of the form:
 
     { # Represents a matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
-    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-        # defined limit on the number of permissions a matter can have.
-      { # Currently each matter only has one owner, and all others are collaborators.
-          # When an account is purged, its corresponding MatterPermission resources
-          # cease to exist.
-        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-      },
-    ],
-    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
+      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+          # defined limit on the number of permissions a matter can have.
+        { # Currently each matter only has one owner, and all others are collaborators.
+            # When an account is purged, its corresponding MatterPermission resources
+            # cease to exist.
+          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+        },
+      ],
+    }</pre>
 </div>
 
 <div class="method">
@@ -277,22 +277,22 @@
   An object of the form:
 
     { # Represents a matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
-    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-        # defined limit on the number of permissions a matter can have.
-      { # Currently each matter only has one owner, and all others are collaborators.
-          # When an account is purged, its corresponding MatterPermission resources
-          # cease to exist.
-        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-      },
-    ],
-    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
+      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+          # defined limit on the number of permissions a matter can have.
+        { # Currently each matter only has one owner, and all others are collaborators.
+            # When an account is purged, its corresponding MatterPermission resources
+            # cease to exist.
+          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+        },
+      ],
+    }</pre>
 </div>
 
 <div class="method">
@@ -311,33 +311,33 @@
   An object of the form:
 
     { # Represents a matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
-    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-        # defined limit on the number of permissions a matter can have.
-      { # Currently each matter only has one owner, and all others are collaborators.
-          # When an account is purged, its corresponding MatterPermission resources
-          # cease to exist.
-        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-      },
-    ],
-    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
+      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+          # defined limit on the number of permissions a matter can have.
+        { # Currently each matter only has one owner, and all others are collaborators.
+            # When an account is purged, its corresponding MatterPermission resources
+            # cease to exist.
+          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+        },
+      ],
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(view=None, pageSize=None, pageToken=None, state=None, x__xgafv=None)</code>
   <pre>Lists matters the user has access to.
 
 Args:
-  pageToken: string, The pagination token as returned in the response.
+  view: string, Specifies which parts of the matter to return in response.
   pageSize: integer, The number of matters to return in the response.
 Default and maximum are 100.
-  view: string, Specifies which parts of the matter to return in response.
+  pageToken: string, The pagination token as returned in the response.
   state: string, If set, list only matters with that specific state. The default is listing
 matters of all states.
   x__xgafv: string, V1 error format.
@@ -349,26 +349,26 @@
   An object of the form:
 
     { # Provides the list of matters.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to retrieve the next page of results in the list.
     &quot;matters&quot;: [ # List of matters.
       { # Represents a matter.
-        &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-            # Should be blank when creating a new matter.
-        &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-        &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-            # defined limit on the number of permissions a matter can have.
-          { # Currently each matter only has one owner, and all others are collaborators.
-              # When an account is purged, its corresponding MatterPermission resources
-              # cease to exist.
-            &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-            &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-                # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-          },
-        ],
-        &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-      },
+          &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+          &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+          &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+              # Should be blank when creating a new matter.
+          &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+          &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+              # defined limit on the number of permissions a matter can have.
+            { # Currently each matter only has one owner, and all others are collaborators.
+                # When an account is purged, its corresponding MatterPermission resources
+                # cease to exist.
+              &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+                  # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+              &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+            },
+          ],
+        },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to retrieve the next page of results in the list.
   }</pre>
 </div>
 
@@ -441,22 +441,22 @@
 
     { # Response to a ReopenMatterRequest.
     &quot;matter&quot;: { # Represents a matter. # The updated matter, with state OPEN.
-      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-          # Should be blank when creating a new matter.
-      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-          # defined limit on the number of permissions a matter can have.
-        { # Currently each matter only has one owner, and all others are collaborators.
-            # When an account is purged, its corresponding MatterPermission resources
-            # cease to exist.
-          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-        },
-      ],
-      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    },
+        &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+        &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+        &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+            # Should be blank when creating a new matter.
+        &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+        &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+            # defined limit on the number of permissions a matter can have.
+          { # Currently each matter only has one owner, and all others are collaborators.
+              # When an account is purged, its corresponding MatterPermission resources
+              # cease to exist.
+            &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+                # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+            &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+          },
+        ],
+      },
   }</pre>
 </div>
 
@@ -481,22 +481,22 @@
   An object of the form:
 
     { # Represents a matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
-    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-        # defined limit on the number of permissions a matter can have.
-      { # Currently each matter only has one owner, and all others are collaborators.
-          # When an account is purged, its corresponding MatterPermission resources
-          # cease to exist.
-        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-      },
-    ],
-    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
+      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+          # defined limit on the number of permissions a matter can have.
+        { # Currently each matter only has one owner, and all others are collaborators.
+            # When an account is purged, its corresponding MatterPermission resources
+            # cease to exist.
+          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+        },
+      ],
+    }</pre>
 </div>
 
 <div class="method">
@@ -512,22 +512,22 @@
     The object takes the form of:
 
 { # Represents a matter.
-  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-      # Should be blank when creating a new matter.
-  &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-  &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-  &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-      # defined limit on the number of permissions a matter can have.
-    { # Currently each matter only has one owner, and all others are collaborators.
-        # When an account is purged, its corresponding MatterPermission resources
-        # cease to exist.
-      &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-      &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-          # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-    },
-  ],
-  &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-}
+    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
+    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+        # defined limit on the number of permissions a matter can have.
+      { # Currently each matter only has one owner, and all others are collaborators.
+          # When an account is purged, its corresponding MatterPermission resources
+          # cease to exist.
+        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+      },
+    ],
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -538,22 +538,22 @@
   An object of the form:
 
     { # Represents a matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
-    &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
-    &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
-    &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
-        # defined limit on the number of permissions a matter can have.
-      { # Currently each matter only has one owner, and all others are collaborators.
-          # When an account is purged, its corresponding MatterPermission resources
-          # cease to exist.
-        &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
-            # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
-      },
-    ],
-    &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
+      &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
+      &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
+          # defined limit on the number of permissions a matter can have.
+        { # Currently each matter only has one owner, and all others are collaborators.
+            # When an account is purged, its corresponding MatterPermission resources
+            # cease to exist.
+          &quot;accountId&quot;: &quot;A String&quot;, # The account ID, as provided by &lt;a
+              # href=&quot;https://developers.google.com/admin-sdk/&quot;&gt;Admin SDK&lt;/a&gt;.
+          &quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role in this matter.
+        },
+      ],
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file