Update docs.
diff --git a/docs/dyn/plus_v1.moments.html b/docs/dyn/plus_v1.moments.html
index bcffab3..9670004 100644
--- a/docs/dyn/plus_v1.moments.html
+++ b/docs/dyn/plus_v1.moments.html
@@ -76,7 +76,7 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#insert">insert(userId, collection, body, debug=None)</a></code></p>
-<p class="firstline">Record a moment representing a user's activity such as making a purchase or commenting on a blog.</p>
+<p class="firstline">Record a moment representing a user's action such as making a purchase or commenting on a blog.</p>
<p class="toc_element">
<code><a href="#list">list(userId, collection, pageToken=None, maxResults=None, targetUrl=None, type=None)</a></code></p>
<p class="firstline">List all of the moments for a particular user.</p>
@@ -89,10 +89,10 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="insert">insert(userId, collection, body, debug=None)</code>
- <pre>Record a moment representing a user's activity such as making a purchase or commenting on a blog.
+ <pre>Record a moment representing a user's action such as making a purchase or commenting on a blog.
Args:
- userId: string, The ID of the user to record activities for. The only valid values are "me" and the ID of the authenticated user. (required)
+ userId: string, The ID of the user to record actions for. The only valid values are "me" and the ID of the authenticated user. (required)
collection: string, The collection to which to write moments. (required)
Allowed values
vault - The default collection for writing new moments.
@@ -120,7 +120,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -138,7 +138,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -171,7 +171,7 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "result": { # The object generated by performing the action on the target. For example, a user writes a review of a restaurant, the target is the restaurant and the result is the review.
+ "object": { # The object on which the action was performed. Specifying this is equivalent with specifying "target". Note that responses from the server will use the "target" field instead for backward-compatibility with older clients.
"startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
"endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
"text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
@@ -189,7 +189,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -207,7 +207,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -240,7 +240,76 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "type": "A String", # The Google schema for the type of moment to write. For example, http://schemas.google.com/AddActivity.
+ "result": { # The object generated by performing the action on the object. For example, a user writes a review of a restaurant, the object is the restaurant and the result is the review.
+ "startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
+ "endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
+ "text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
+ "image": "A String", # A URL to the image that represents this result. For example, if a user writes a review of a restaurant and attaches a photo of their meal, you might use that photo as the result.image.
+ "address": # Object with schema name: ItemScope # Postal address.
+ "birthDate": "A String", # Date of birth.
+ "datePublished": "A String", # The initial date that the result was published. For example, a user writes a comment on a blog, which has a result.dateCreated of when they submit it. If the blog users comment moderation, the result.datePublished value would match the date when the owner approved the message.
+ "addressLocality": "A String", # Address locality.
+ "duration": "A String", # The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
+ "additionalName": [ # An additional name for a Person, can be used for a middle name.
+ "A String",
+ ],
+ "worstRating": "A String", # Worst possible rating value that a result might obtain. This property defines the lower bound for the ratingValue.
+ "contributor": [ # A list of contributors to this result.
+ # Object with schema name: ItemScope
+ ],
+ "thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
+ "postOfficeBoxNumber": "A String", # Post office box number.
+ "attendees": [ # A person attending the event.
+ # Object with schema name: ItemScope
+ ],
+ "author": [ # The person or persons who created this result. In the example of restaurant reviews, this might be the reviewer's name.
+ # Object with schema name: ItemScope
+ ],
+ "associated_media": [ # The encoding.
+ # Object with schema name: ItemScope
+ ],
+ "bestRating": "A String", # Best possible rating value that a result might obtain. This property defines the upper bound for the ratingValue. For example, you might have a 5 star rating scale, you would provide 5 as the value for this property.
+ "addressCountry": "A String", # Address country.
+ "width": "A String", # The width of the media object.
+ "streetAddress": "A String", # Street address.
+ "location": # Object with schema name: ItemScope # The location of the event or organization.
+ "latitude": 3.14, # Latitude.
+ "byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
+ "dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
+ "contentSize": "A String", # File size in (mega/kilo) bytes.
+ "contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
+ "partOfTVSeries": # Object with schema name: ItemScope # Property of http://schema.org/TVEpisode indicating which series the episode belongs to.
+ "description": "A String", # The string that describes the content of the result.
+ "familyName": "A String", # Family name. This property can be used with givenName instead of the name property.
+ "kind": "plus#itemScope", # Identifies this resource as an itemScope.
+ "dateCreated": "A String", # The date the result was created such as the date that a review was first created.
+ "postalCode": "A String", # Postal code.
+ "attendeeCount": 42, # Number of attendees.
+ "inAlbum": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, which album a song is in.
+ "addressRegion": "A String", # Address region.
+ "height": "A String", # The height of the media object.
+ "geo": # Object with schema name: ItemScope # Geo coordinates.
+ "embedUrl": "A String", # A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.
+ "tickerSymbol": "A String", # The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.
+ "playerType": "A String", # Player type that is required. For example: Flash or Silverlight.
+ "about": # Object with schema name: ItemScope # The subject matter of the content.
+ "givenName": "A String", # Given name. This property can be used with familyName instead of the name property.
+ "name": "A String", # The name of the result. In the example of a restaurant review, this might be the summary the user gave their review such as "Great ambiance, but overpriced."
+ "performers": [ # The main performer or performers of the event-for example, a presenter, musician, or actor.
+ # Object with schema name: ItemScope
+ ],
+ "url": "A String", # The URL that points to the result object. For example, a permalink directly to a restaurant reviewer's comment.
+ "gender": "A String", # Gender of the person.
+ "longitude": 3.14, # Longitude.
+ "thumbnail": # Object with schema name: ItemScope # Thumbnail image for an image or video.
+ "caption": "A String", # The caption for this object.
+ "ratingValue": "A String", # Rating value.
+ "reviewRating": # Object with schema name: ItemScope # Review rating.
+ "audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
+ },
+ "type": "A String", # The schema.org type for the type of moment to write. For example, http://schema.org/AddAction. Note that responses from the server will use the Google schema type instead for backward-compatibility with older clients. For example, http://schemas.google.com/AddActivity.
"id": "A String", # The moment ID.
}
@@ -270,7 +339,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -288,7 +357,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -321,7 +390,7 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "result": { # The object generated by performing the action on the target. For example, a user writes a review of a restaurant, the target is the restaurant and the result is the review.
+ "object": { # The object on which the action was performed. Specifying this is equivalent with specifying "target". Note that responses from the server will use the "target" field instead for backward-compatibility with older clients.
"startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
"endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
"text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
@@ -339,7 +408,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -357,7 +426,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -390,7 +459,76 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "type": "A String", # The Google schema for the type of moment to write. For example, http://schemas.google.com/AddActivity.
+ "result": { # The object generated by performing the action on the object. For example, a user writes a review of a restaurant, the object is the restaurant and the result is the review.
+ "startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
+ "endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
+ "text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
+ "image": "A String", # A URL to the image that represents this result. For example, if a user writes a review of a restaurant and attaches a photo of their meal, you might use that photo as the result.image.
+ "address": # Object with schema name: ItemScope # Postal address.
+ "birthDate": "A String", # Date of birth.
+ "datePublished": "A String", # The initial date that the result was published. For example, a user writes a comment on a blog, which has a result.dateCreated of when they submit it. If the blog users comment moderation, the result.datePublished value would match the date when the owner approved the message.
+ "addressLocality": "A String", # Address locality.
+ "duration": "A String", # The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
+ "additionalName": [ # An additional name for a Person, can be used for a middle name.
+ "A String",
+ ],
+ "worstRating": "A String", # Worst possible rating value that a result might obtain. This property defines the lower bound for the ratingValue.
+ "contributor": [ # A list of contributors to this result.
+ # Object with schema name: ItemScope
+ ],
+ "thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
+ "postOfficeBoxNumber": "A String", # Post office box number.
+ "attendees": [ # A person attending the event.
+ # Object with schema name: ItemScope
+ ],
+ "author": [ # The person or persons who created this result. In the example of restaurant reviews, this might be the reviewer's name.
+ # Object with schema name: ItemScope
+ ],
+ "associated_media": [ # The encoding.
+ # Object with schema name: ItemScope
+ ],
+ "bestRating": "A String", # Best possible rating value that a result might obtain. This property defines the upper bound for the ratingValue. For example, you might have a 5 star rating scale, you would provide 5 as the value for this property.
+ "addressCountry": "A String", # Address country.
+ "width": "A String", # The width of the media object.
+ "streetAddress": "A String", # Street address.
+ "location": # Object with schema name: ItemScope # The location of the event or organization.
+ "latitude": 3.14, # Latitude.
+ "byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
+ "dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
+ "contentSize": "A String", # File size in (mega/kilo) bytes.
+ "contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
+ "partOfTVSeries": # Object with schema name: ItemScope # Property of http://schema.org/TVEpisode indicating which series the episode belongs to.
+ "description": "A String", # The string that describes the content of the result.
+ "familyName": "A String", # Family name. This property can be used with givenName instead of the name property.
+ "kind": "plus#itemScope", # Identifies this resource as an itemScope.
+ "dateCreated": "A String", # The date the result was created such as the date that a review was first created.
+ "postalCode": "A String", # Postal code.
+ "attendeeCount": 42, # Number of attendees.
+ "inAlbum": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, which album a song is in.
+ "addressRegion": "A String", # Address region.
+ "height": "A String", # The height of the media object.
+ "geo": # Object with schema name: ItemScope # Geo coordinates.
+ "embedUrl": "A String", # A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.
+ "tickerSymbol": "A String", # The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.
+ "playerType": "A String", # Player type that is required. For example: Flash or Silverlight.
+ "about": # Object with schema name: ItemScope # The subject matter of the content.
+ "givenName": "A String", # Given name. This property can be used with familyName instead of the name property.
+ "name": "A String", # The name of the result. In the example of a restaurant review, this might be the summary the user gave their review such as "Great ambiance, but overpriced."
+ "performers": [ # The main performer or performers of the event-for example, a presenter, musician, or actor.
+ # Object with schema name: ItemScope
+ ],
+ "url": "A String", # The URL that points to the result object. For example, a permalink directly to a restaurant reviewer's comment.
+ "gender": "A String", # Gender of the person.
+ "longitude": 3.14, # Longitude.
+ "thumbnail": # Object with schema name: ItemScope # Thumbnail image for an image or video.
+ "caption": "A String", # The caption for this object.
+ "ratingValue": "A String", # Rating value.
+ "reviewRating": # Object with schema name: ItemScope # Review rating.
+ "audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
+ },
+ "type": "A String", # The schema.org type for the type of moment to write. For example, http://schema.org/AddAction. Note that responses from the server will use the Google schema type instead for backward-compatibility with older clients. For example, http://schemas.google.com/AddActivity.
"id": "A String", # The moment ID.
}</pre>
</div>
@@ -438,7 +576,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -456,7 +594,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -489,7 +627,7 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "result": { # The object generated by performing the action on the target. For example, a user writes a review of a restaurant, the target is the restaurant and the result is the review.
+ "object": { # The object on which the action was performed. Specifying this is equivalent with specifying "target". Note that responses from the server will use the "target" field instead for backward-compatibility with older clients.
"startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
"endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
"text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
@@ -507,7 +645,7 @@
# Object with schema name: ItemScope
],
"thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
- "id": "A String", # An identifier for the target. Your app can choose how to identify targets. The target.id is required if you are writing an activity that does not have a corresponding web page or target.url property.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
"postOfficeBoxNumber": "A String", # Post office box number.
"attendees": [ # A person attending the event.
# Object with schema name: ItemScope
@@ -525,7 +663,7 @@
"location": # Object with schema name: ItemScope # The location of the event or organization.
"latitude": 3.14, # Latitude.
"byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
- "type": "A String", # The schema.org URL that best describes the referenced target and matches the type of moment.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
"dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
"contentSize": "A String", # File size in (mega/kilo) bytes.
"contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
@@ -558,7 +696,76 @@
"reviewRating": # Object with schema name: ItemScope # Review rating.
"audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
},
- "type": "A String", # The Google schema for the type of moment to write. For example, http://schemas.google.com/AddActivity.
+ "result": { # The object generated by performing the action on the object. For example, a user writes a review of a restaurant, the object is the restaurant and the result is the review.
+ "startDate": "A String", # The start date and time of the event (in ISO 8601 date format).
+ "endDate": "A String", # The end date and time of the event (in ISO 8601 date format).
+ "text": "A String", # The text that is the result of the app activity. For example, if a user leaves a review of a restaurant, this might be the text of the review.
+ "image": "A String", # A URL to the image that represents this result. For example, if a user writes a review of a restaurant and attaches a photo of their meal, you might use that photo as the result.image.
+ "address": # Object with schema name: ItemScope # Postal address.
+ "birthDate": "A String", # Date of birth.
+ "datePublished": "A String", # The initial date that the result was published. For example, a user writes a comment on a blog, which has a result.dateCreated of when they submit it. If the blog users comment moderation, the result.datePublished value would match the date when the owner approved the message.
+ "addressLocality": "A String", # Address locality.
+ "duration": "A String", # The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
+ "additionalName": [ # An additional name for a Person, can be used for a middle name.
+ "A String",
+ ],
+ "worstRating": "A String", # Worst possible rating value that a result might obtain. This property defines the lower bound for the ratingValue.
+ "contributor": [ # A list of contributors to this result.
+ # Object with schema name: ItemScope
+ ],
+ "thumbnailUrl": "A String", # A URL to a thumbnail image that represents this result.
+ "id": "A String", # An identifier for the object. Your app can choose how to identify objects. The object.id is required if you are writing an action that does not have a corresponding web page or object.url property.
+ "postOfficeBoxNumber": "A String", # Post office box number.
+ "attendees": [ # A person attending the event.
+ # Object with schema name: ItemScope
+ ],
+ "author": [ # The person or persons who created this result. In the example of restaurant reviews, this might be the reviewer's name.
+ # Object with schema name: ItemScope
+ ],
+ "associated_media": [ # The encoding.
+ # Object with schema name: ItemScope
+ ],
+ "bestRating": "A String", # Best possible rating value that a result might obtain. This property defines the upper bound for the ratingValue. For example, you might have a 5 star rating scale, you would provide 5 as the value for this property.
+ "addressCountry": "A String", # Address country.
+ "width": "A String", # The width of the media object.
+ "streetAddress": "A String", # Street address.
+ "location": # Object with schema name: ItemScope # The location of the event or organization.
+ "latitude": 3.14, # Latitude.
+ "byArtist": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the artist that performed this recording.
+ "type": "A String", # The schema.org URL that best describes the referenced object and matches the type of moment.
+ "dateModified": "A String", # The date the result was last modified such as the date that a review was last edited.
+ "contentSize": "A String", # File size in (mega/kilo) bytes.
+ "contentUrl": "A String", # Actual bytes of the media object, for example the image file or video file.
+ "partOfTVSeries": # Object with schema name: ItemScope # Property of http://schema.org/TVEpisode indicating which series the episode belongs to.
+ "description": "A String", # The string that describes the content of the result.
+ "familyName": "A String", # Family name. This property can be used with givenName instead of the name property.
+ "kind": "plus#itemScope", # Identifies this resource as an itemScope.
+ "dateCreated": "A String", # The date the result was created such as the date that a review was first created.
+ "postalCode": "A String", # Postal code.
+ "attendeeCount": 42, # Number of attendees.
+ "inAlbum": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, which album a song is in.
+ "addressRegion": "A String", # Address region.
+ "height": "A String", # The height of the media object.
+ "geo": # Object with schema name: ItemScope # Geo coordinates.
+ "embedUrl": "A String", # A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.
+ "tickerSymbol": "A String", # The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.
+ "playerType": "A String", # Player type that is required. For example: Flash or Silverlight.
+ "about": # Object with schema name: ItemScope # The subject matter of the content.
+ "givenName": "A String", # Given name. This property can be used with familyName instead of the name property.
+ "name": "A String", # The name of the result. In the example of a restaurant review, this might be the summary the user gave their review such as "Great ambiance, but overpriced."
+ "performers": [ # The main performer or performers of the event-for example, a presenter, musician, or actor.
+ # Object with schema name: ItemScope
+ ],
+ "url": "A String", # The URL that points to the result object. For example, a permalink directly to a restaurant reviewer's comment.
+ "gender": "A String", # Gender of the person.
+ "longitude": 3.14, # Longitude.
+ "thumbnail": # Object with schema name: ItemScope # Thumbnail image for an image or video.
+ "caption": "A String", # The caption for this object.
+ "ratingValue": "A String", # Rating value.
+ "reviewRating": # Object with schema name: ItemScope # Review rating.
+ "audio": # Object with schema name: ItemScope # From http://schema.org/MusicRecording, the audio file.
+ },
+ "type": "A String", # The schema.org type for the type of moment to write. For example, http://schema.org/AddAction. Note that responses from the server will use the Google schema type instead for backward-compatibility with older clients. For example, http://schemas.google.com/AddActivity.
"id": "A String", # The moment ID.
},
],