Skip to content

New GShellStandardQueryParametersObj

Spencer Varney edited this page Dec 27, 2016 · 1 revision

New-GShellStandardQueryParametersObj

SYNOPSIS

Creates a new Standard Query Parameters object.

SYNTAX

New-GShellStandardQueryParametersObj [[-Fields] <String>] [[-QuotaUser] <String>] [[-UserIp] <String>] [-WhatIf]
 [-Confirm]

DESCRIPTION

Creates a new Standard Query Parameters object.

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> New-GShellStandardQueryParametersObj

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.

PARAMETERS

-Fields

Selector specifying a subset of fields to include in the response.

Type: String
Parameter Sets: (All)
Aliases: 

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

-QuotaUser

Alternative to userIp.

Type: String
Parameter Sets: (All)
Aliases: 

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

-UserIp

IP address of the end user for whom the API call is being made.

Type: String
Parameter Sets: (All)
Aliases: 

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

INPUTS

System.String

Selector specifying a subset of fields to include in the response.

System.String

Alternative to userIp.

System.String

IP address of the end user for whom the API call is being made.

OUTPUTS

Google.Apis.admin.Reports.reports_v1.Data.Channel

NOTES

Part of the gShell Project, relating to the Google Reports API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally