Class PostalCodesResource
The "postalCodes" collection of methods.
Inheritance
System.Object
PostalCodesResource
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 PostalCodesResource
Constructors
PostalCodesResource(IClientService)
Constructs a new resource.
Declaration
public PostalCodesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, String)
Gets one postal code by ID.
Declaration
public virtual PostalCodesResource.GetRequest Get(long profileId, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.String | code | Postal code ID. |
Returns
Type | Description |
---|---|
PostalCodesResource.GetRequest |
List(Int64)
Retrieves a list of postal codes.
Declaration
public virtual PostalCodesResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
PostalCodesResource.ListRequest |