Class UserProfilesResource
The "userProfiles" collection of methods.
Inheritance
object
UserProfilesResource
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 UserProfilesResource
Constructors
UserProfilesResource(IClientService)
Constructs a new resource.
Declaration
public UserProfilesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(long)
Gets one user profile by ID.
Declaration
public virtual UserProfilesResource.GetRequest Get(long profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | 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 |