QueryParameter enum
Supported keys for the query options.
Values
- part → const QueryParameter
- channelId → const QueryParameter
- channelType → const QueryParameter
- eventType → const QueryParameter
- location → const QueryParameter
- locationRadius → const QueryParameter
- maxResults → const QueryParameter
- onBehalfOfContentOwner → const QueryParameter
- order → const QueryParameter
- pageToken → const QueryParameter
- publishedAfter → const QueryParameter
- publishedBefore → const QueryParameter
- q → const QueryParameter
- regionCode → const QueryParameter
- relevanceLanguage → const QueryParameter
- safeSearch → const QueryParameter
- topicId → const QueryParameter
- type → const QueryParameter
- videoCaption → const QueryParameter
- videoCategoryId → const QueryParameter
- videoDefinition → const QueryParameter
- videoDimension → const QueryParameter
- videoDuration → const QueryParameter
- videoEmbeddable → const QueryParameter
- videoLicense → const QueryParameter
- videoSyndicated → const QueryParameter
- videoType → const QueryParameter
- forContentOwner → const QueryParameter
- forDeveloper → const QueryParameter
- forMine → const QueryParameter
- chart → const QueryParameter
- id → const QueryParameter
- myRating → const QueryParameter
- hl → const QueryParameter
- maxHeight → const QueryParameter
- maxWidth → const QueryParameter
- forUsername → const QueryParameter
- managedByMe → const QueryParameter
- mine → const QueryParameter
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
QueryParameter> - A constant List of the values in this enum, in order of their declaration.