google_api_firebase_hosting v0.2.0 GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionFilesResponse View Source
Attributes
files(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile.t), default:nil) - The list path/hashes in the specified version.nextPageToken(type:String.t, default:nil) - The pagination token, if more results exist.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionFilesResponse{
files: [GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.