Show / Hide Table of Contents

Class AccountUserProfilesResource

The "accountUserProfiles" collection of methods.

Inheritance
object
AccountUserProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class AccountUserProfilesResource

Constructors

AccountUserProfilesResource(IClientService)

Constructs a new resource.

Declaration
public AccountUserProfilesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long)

Gets one account user profile by ID.

Declaration
public virtual AccountUserProfilesResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

User profile ID.

Returns
Type Description
AccountUserProfilesResource.GetRequest

Insert(AccountUserProfile, long)

Inserts a new account user profile.

Declaration
public virtual AccountUserProfilesResource.InsertRequest Insert(AccountUserProfile body, long profileId)
Parameters
Type Name Description
AccountUserProfile body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
AccountUserProfilesResource.InsertRequest

List(long)

Retrieves a list of account user profiles, possibly filtered. This method supports paging.

Declaration
public virtual AccountUserProfilesResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
AccountUserProfilesResource.ListRequest

Patch(AccountUserProfile, long, long)

Updates an existing account user profile. This method supports patch semantics.

Declaration
public virtual AccountUserProfilesResource.PatchRequest Patch(AccountUserProfile body, long profileId, long id)
Parameters
Type Name Description
AccountUserProfile body

The body of the request.

long profileId

User profile ID associated with this request.

long id

AccountUserProfile ID.

Returns
Type Description
AccountUserProfilesResource.PatchRequest

Update(AccountUserProfile, long)

Updates an existing account user profile.

Declaration
public virtual AccountUserProfilesResource.UpdateRequest Update(AccountUserProfile body, long profileId)
Parameters
Type Name Description
AccountUserProfile body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
AccountUserProfilesResource.UpdateRequest
In This Article
Back to top Generated by DocFX