class Google::Apis::YoutubereportingV1::GdataContentTypeInfo
gdata
Attributes
best_guess[RW]
gdata Corresponds to the JSON property `bestGuess` @return [String]
from_bytes[RW]
gdata Corresponds to the JSON property `fromBytes` @return [String]
from_file_name[RW]
gdata Corresponds to the JSON property `fromFileName` @return [String]
from_header[RW]
gdata Corresponds to the JSON property `fromHeader` @return [String]
from_url_path[RW]
gdata Corresponds to the JSON property `fromUrlPath` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtubereporting_v1/classes.rb, line 200 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtubereporting_v1/classes.rb, line 205 def update!(**args) @best_guess = args[:best_guess] if args.key?(:best_guess) @from_bytes = args[:from_bytes] if args.key?(:from_bytes) @from_file_name = args[:from_file_name] if args.key?(:from_file_name) @from_header = args[:from_header] if args.key?(:from_header) @from_url_path = args[:from_url_path] if args.key?(:from_url_path) end