Method: MuxRuby::BreakdownValue.openapi_nullable
- Defined in:
- lib/mux_ruby/models/breakdown_value.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
60 61 62 63 64 65 66 |
# File 'lib/mux_ruby/models/breakdown_value.rb', line 60 def self.openapi_nullable Set.new([ :'total_watch_time', :'total_playing_time', :'field' ]) end |