generated/google/apis/youtubereporting_v1/representations.rb in google-api-client-0.9.25 vs generated/google/apis/youtubereporting_v1/representations.rb in google-api-client-0.9.26
- old
+ new
@@ -20,41 +20,41 @@
module Google
module Apis
module YoutubereportingV1
- class Report
+ class ListReportTypesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListJobsResponse
+ class Empty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Media
+ class ReportType
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Job
+ class Report
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Empty
+ class ListJobsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ReportType
+ class Job
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -62,87 +62,87 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListReportTypesResponse
+ class Media
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Report
+ class ListReportTypesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :id, as: 'id'
- property :download_url, as: 'downloadUrl'
- property :end_time, as: 'endTime'
- property :create_time, as: 'createTime'
- property :start_time, as: 'startTime'
- property :job_expire_time, as: 'jobExpireTime'
- property :job_id, as: 'jobId'
+ collection :report_types, as: 'reportTypes', class: Google::Apis::YoutubereportingV1::ReportType, decorator: Google::Apis::YoutubereportingV1::ReportType::Representation
+
+ property :next_page_token, as: 'nextPageToken'
end
end
- class ListJobsResponse
+ class Empty
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :next_page_token, as: 'nextPageToken'
- collection :jobs, as: 'jobs', class: Google::Apis::YoutubereportingV1::Job, decorator: Google::Apis::YoutubereportingV1::Job::Representation
-
end
end
- class Media
+ class ReportType
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :resource_name, as: 'resourceName'
+ property :id, as: 'id'
+ property :system_managed, as: 'systemManaged'
+ property :deprecate_time, as: 'deprecateTime'
+ property :name, as: 'name'
end
end
- class Job
+ class Report
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :id, as: 'id'
+ property :start_time, as: 'startTime'
property :create_time, as: 'createTime'
- property :system_managed, as: 'systemManaged'
- property :expire_time, as: 'expireTime'
- property :name, as: 'name'
- property :report_type_id, as: 'reportTypeId'
+ property :job_id, as: 'jobId'
+ property :id, as: 'id'
+ property :end_time, as: 'endTime'
+ property :job_expire_time, as: 'jobExpireTime'
+ property :download_url, as: 'downloadUrl'
end
end
- class Empty
+ class ListJobsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ collection :jobs, as: 'jobs', class: Google::Apis::YoutubereportingV1::Job, decorator: Google::Apis::YoutubereportingV1::Job::Representation
+
+ property :next_page_token, as: 'nextPageToken'
end
end
- class ReportType
+ class Job
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :expire_time, as: 'expireTime'
+ property :report_type_id, as: 'reportTypeId'
+ property :name, as: 'name'
property :system_managed, as: 'systemManaged'
- property :deprecate_time, as: 'deprecateTime'
property :id, as: 'id'
- property :name, as: 'name'
end
end
class ListReportsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :next_page_token, as: 'nextPageToken'
collection :reports, as: 'reports', class: Google::Apis::YoutubereportingV1::Report, decorator: Google::Apis::YoutubereportingV1::Report::Representation
+ property :next_page_token, as: 'nextPageToken'
end
end
- class ListReportTypesResponse
+ class Media
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :report_types, as: 'reportTypes', class: Google::Apis::YoutubereportingV1::ReportType, decorator: Google::Apis::YoutubereportingV1::ReportType::Representation
-
- property :next_page_token, as: 'nextPageToken'
+ property :resource_name, as: 'resourceName'
end
end
end
end
end