-
Notifications
You must be signed in to change notification settings - Fork 10
New GACustomerPostalAddressObj
Creates a new Directory API CustomerPostalAddress object.
New-GACustomerPostalAddressObj [[-AddressLine1] <String>] [[-AddressLine2] <String>] [[-AddressLine3] <String>]
[[-ContactName] <String>] [[-CountryCode] <String>] [[-Locality] <String>] [[-OrganizationName] <String>]
[[-PostalCode] <String>] [[-Region] <String>] [-WhatIf] [-Confirm]
This provides a Cmdlet-Based approach to creating a CustomerPostalAddress object which may be required as a parameter for some other Cmdlets in the Directory API category.
You could alternately create this object by calling New-Object -TypeName Google.Apis.admin.Directory.directory_v1.Data.CustomerPostalAddress
PS C:\> New-GACustomerPostalAddressObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
A customer's physical address. The address can be composed of one to three lines.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseAddress line 2 of the address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseAddress line 3 of the address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe customer contact's name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThis is a required property. For countryCode information see the ISO 3166 country code elements.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the locality. An example of a locality value is the city of San Francisco.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe company or company division name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe postal code. A postalCode example is a postal zip code such as 10009. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseName of the region. An example of a region value is NY for the state of New York.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseA customer's physical address. The address can be composed of one to three lines.
Address line 2 of the address.
Address line 3 of the address.
The customer contact's name.
This is a required property. For countryCode information see the ISO 3166 country code elements.
Name of the locality. An example of a locality value is the city of San Francisco.
The company or company division name.
The postal code. A postalCode example is a postal zip code such as 10009. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.
Name of the region. An example of a region value is NY for the state of New York.
Part of the gShell Project, relating to the Google Directory API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads