Class ManagementResource.AccountUserLinksResource.InsertRequest
Adds a new user to the given account.
Inheritance
ManagementResource.AccountUserLinksResource.InsertRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.AccountUserLinksResource.InsertRequest : AnalyticsBaseServiceRequest<EntityUserLink>, IClientServiceRequest<EntityUserLink>, IClientServiceRequest
Constructors
InsertRequest(IClientService, EntityUserLink, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, EntityUserLink body, string accountId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
EntityUserLink | body | |
string | accountId |
Properties
AccountId
Account ID to create the user link for.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.EntityUserLink>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.EntityUserLink>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.EntityUserLink>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.EntityUserLink>.GetBody()
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()