Class FoldersResource.GetAccessApprovalSettingsRequest
Gets the settings associated with a project, folder, or organization.
Inheritance
FoldersResource.GetAccessApprovalSettingsRequest
Inherited Members
Namespace: Google.Apis.AccessApproval.v1
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class FoldersResource.GetAccessApprovalSettingsRequest : AccessApprovalBaseServiceRequest<AccessApprovalSettings>, IClientServiceRequest<AccessApprovalSettings>, IClientServiceRequest
Constructors
GetAccessApprovalSettingsRequest(IClientService, string)
Constructs a new GetAccessApprovalSettings request.
Declaration
public GetAccessApprovalSettingsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
The name of the AccessApprovalSettings to retrieve. Format: "{projects|folders|organizations}/{id}/accessApprovalSettings"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetAccessApprovalSettings parameter list.
Declaration
protected override void InitParameters()