Skip to content

New GASchemaFieldCollection

Spencer Varney edited this page Dec 9, 2016 · 2 revisions

This Cmdlet has been depreciated and discontinued as of v0.9.8

New-GASchemaFieldCollection

SYNOPSIS

SYNTAX

New (Default)

New-GASchemaFieldCollection [-SchemaName] <String> [[-Field] <SchemaField>] [-WhatIf] [-Confirm]

Google

New-GASchemaFieldCollection [[-Schema] <Schema>] [-WhatIf] [-Confirm]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

Example 1

PS C:\>  {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-SchemaName

{{Fill SchemaName Description}}

Type: String
Parameter Sets: New
Aliases: 

Required: True
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Field

{{Fill Field Description}}

Type: SchemaField
Parameter Sets: New
Aliases: 

Required: False
Position: 1
Default value: 
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Schema

{{Fill Schema Description}}

Type: Schema
Parameter Sets: Google
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

INPUTS

System.String

gShell.Cmdlets.Directory.GASchema.SchemaField

Google.Apis.admin.Directory.directory_v1.Data.Schema

OUTPUTS

NOTES

RELATED LINKS

Clone this wiki locally