class
Hamilton::Types::UserProfileAudios
- Hamilton::Types::UserProfileAudios
- Reference
- Object
Overview
This object represents the audios displayed on a user's profile.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/user_profile_audios.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#audios : Array(Hamilton::Types::Audio) | Nil
List of profile audios.
-
#audios=(audios : Array(Hamilton::Types::Audio) | Nil)
List of profile audios.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#total_count : Int32
Total number of profile audios for the target user.
-
#total_count=(total_count : Int32)
Total number of profile audios for the target user.