Show / Hide Table of Contents

Class OrganizationsResource.ReportPropertyUsageRequest

Get the usage and billing data for properties within the organization for the specified month. Per direct client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to view the billing and usage data. Per sales partner client org, user needs to be OrgAdmin/BillingAdmin on the sales partner org in order to view the billing and usage data, or OrgAdmin/BillingAdmin on the sales partner client org in order to view the usage data only.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ReportPropertyUsageResponse>
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>
OrganizationsResource.ReportPropertyUsageRequest
Implements
IClientServiceRequest<ReportPropertyUsageResponse>
IClientServiceRequest
Inherited Members
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.Xgafv
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.AccessToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.Alt
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.Callback
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.Fields
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.Key
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.OauthToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.PrettyPrint
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.QuotaUser
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.UploadType
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.UploadProtocol
ClientServiceRequest<ReportPropertyUsageResponse>.Execute()
ClientServiceRequest<ReportPropertyUsageResponse>.ExecuteAsStream()
ClientServiceRequest<ReportPropertyUsageResponse>.ExecuteAsync()
ClientServiceRequest<ReportPropertyUsageResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReportPropertyUsageResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ReportPropertyUsageResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReportPropertyUsageResponse>.CreateRequest(bool?)
ClientServiceRequest<ReportPropertyUsageResponse>.GenerateRequestUri()
ClientServiceRequest<ReportPropertyUsageResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ReportPropertyUsageResponse>.ETagAction
ClientServiceRequest<ReportPropertyUsageResponse>.ModifyRequest
ClientServiceRequest<ReportPropertyUsageResponse>.ValidateParameters
ClientServiceRequest<ReportPropertyUsageResponse>.ApiVersion
ClientServiceRequest<ReportPropertyUsageResponse>.RequestParameters
ClientServiceRequest<ReportPropertyUsageResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource.ReportPropertyUsageRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>, IClientServiceRequest<ReportPropertyUsageResponse>, IClientServiceRequest

Constructors

ReportPropertyUsageRequest(IClientService, ReportPropertyUsageRequest, string)

Constructs a new ReportPropertyUsage request.

Declaration
public ReportPropertyUsageRequest(IClientService service, ReportPropertyUsageRequest body, string organization)
Parameters
Type Name Description
IClientService service
ReportPropertyUsageRequest body
string organization

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReportPropertyUsageResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReportPropertyUsageResponse>.MethodName

Organization

Required. Specifies the organization whose property usage will be listed. Format: organizations/{org_id}

Declaration
[RequestParameter("organization", RequestParameterType.Path)]
public virtual string Organization { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReportPropertyUsageResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ReportPropertyUsageResponse>.GetBody()

InitParameters()

Initializes ReportPropertyUsage parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleMarketingPlatformAdminAPIBaseServiceRequest<ReportPropertyUsageResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX