Class AccountsResource.SearchChangeHistoryEventsRequest
Searches through all changes to an account or its children given the specified set of filters.
Inheritance
AccountsResource.SearchChangeHistoryEventsRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class AccountsResource.SearchChangeHistoryEventsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse>, IClientServiceRequest
Constructors
SearchChangeHistoryEventsRequest(IClientService, GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest, string)
Constructs a new SearchChangeHistoryEvents request.
Declaration
public SearchChangeHistoryEventsRequest(IClientService service, GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest body, string account)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest | body | |
string | account |
Properties
Account
Required. The account resource for which to return change history resources. Format: accounts/{account}
Example: accounts/100
Declaration
[RequestParameter("account", RequestParameterType.Path)]
public virtual string Account { get; }
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SearchChangeHistoryEvents parameter list.
Declaration
protected override void InitParameters()