You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This models the JSON response used for the Add Role and Get Role by Name requests.
8
+
/// </summary>
9
+
/// <seealso href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_addRole_v2.0_OS-KSADM_roles_Role_Operations_OS-KSADM.html">Add Role (OpenStack Identity Service API v2.0 Reference)</seealso>
10
+
/// <seealso href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_getRoleByName_v2.0_OS-KSADM_roles_Role_Operations_OS-KSADM.html">Get Role by Name (OpenStack Identity Service API v2.0 Reference)</seealso>
Copy file name to clipboardExpand all lines: src/corelib/Providers/Rackspace/Objects/Response/RolesResponse.cs
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,4 @@ internal class RolesResponse
24
24
[JsonProperty("roles_links")]
25
25
publicstring[]RoleLinks{get;privateset;}
26
26
}
27
-
28
-
/// <summary>
29
-
/// This models the JSON response used for the Add Role and Get Role by Name requests.
30
-
/// </summary>
31
-
/// <seealso href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_addRole_v2.0_OS-KSADM_roles_Role_Operations_OS-KSADM.html">Add Role (OpenStack Identity Service API v2.0 Reference)</seealso>
32
-
/// <seealso href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_getRoleByName_v2.0_OS-KSADM_roles_Role_Operations_OS-KSADM.html">Get Role by Name (OpenStack Identity Service API v2.0 Reference)</seealso>
0 commit comments