Class UserProfilesResource
The "userProfiles" collection of methods.
Inheritance
System.Object
UserProfilesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class UserProfilesResource
Constructors
UserProfilesResource(IClientService)
Constructs a new resource.
Declaration
public UserProfilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64)
Gets one user profile by ID.
Declaration
public virtual UserProfilesResource.GetRequest Get(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | The user profile ID. |
Returns
Type | Description |
---|---|
UserProfilesResource.GetRequest |
List()
Retrieves list of user profiles for a user.
Declaration
public virtual UserProfilesResource.ListRequest List()
Returns
Type | Description |
---|---|
UserProfilesResource.ListRequest |