Class AccountsResource.SearchChangeHistoryEventsRequest
Searches through all changes to an account or its children given the specified set of filters.
Inheritance
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>
AccountsResource.SearchChangeHistoryEventsRequest
Implements
Inherited Members
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsStream()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class AccountsResource.SearchChangeHistoryEventsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>, IClientServiceRequest
Constructors
SearchChangeHistoryEventsRequest(IClientService, GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest, string)
Constructs a new SearchChangeHistoryEvents request.
Declaration
public SearchChangeHistoryEventsRequest(IClientService service, GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest body, string account)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest | 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()