Class ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.FetchRequest
Fetches the framework compliance report for a given scope.
Inheritance
AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse>
ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.FetchRequest
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DbFrameworkComplianceReportsResource.FetchRequest : AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse>, IClientServiceRequest<GoogleCloudAssuredworkloadsV1beta1FetchDbFrameworkComplianceReportResponse>, IClientServiceRequest
Constructors
FetchRequest(IClientService, string)
Constructs a new Fetch request.
Declaration
public FetchRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
EndTime
object representation of EndTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
String representation of EndTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("endTime", RequestParameterType.Query)]
public virtual string EndTimeRaw { get; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. The filtering results.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
Required. The name of the framework compliance report to retrieve.
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 Fetch parameter list.
Declaration
protected override void InitParameters()