Videos
public struct Videos : DecodableA struct cointaining the low and standard resolution videos of the media.
- 
                  
                  A Resolution object that contains the width, height and URL of the low resolution video. DeclarationSwift public let lowResolution: Resolution
- 
                  
                  A Resolution object that contains the width, height and URL of the standard resolution video. DeclarationSwift public let standardResolution: Resolution
- 
                  
                  A Resolution object that contains the width, height and URL of the low bandwidth video. DeclarationSwift public let lowBandwidth: Resolution?
 View on GitHub
            View on GitHub
           Videos Structure Reference
      Videos Structure Reference