google_api_url_shortener v0.0.1
GoogleApi.UrlShortener.V1.Model.Url
View Source
Attributes
- analytics (AnalyticsSummary): A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable. Defaults to:
null
.
- created (String): Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00". Defaults to:
null
.
- id (String): Short URL, e.g. "http://goo.gl/l6MS". Defaults to:
null
.
- kind (String): The fixed string "urlshortener#url". Defaults to:
null
.
- longUrl (String): Long URL, e.g. "http://www.google.com/". Might not be present if the status is "REMOVED". Defaults to:
null
.
- status (String): Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example. Defaults to:
null
.