User GuidesAPIs, SDKs & ToolsSupportFAQ
Search…
⌃K
Links
Introduction
Changelog
API
LocationsApi
NamesApi
RegistriesApi
RepositoriesApi
TokensApi
Models
ApiErrorMessage
ApiErrorResponse
ApiResourceMetadata
Credentials
Day
Location
LocationsResponse
PaginationLinks
PatchRegistryInput
PatchTokenInput
PostRegistryInput
PostRegistryOutput
PostRegistryProperties
PostTokenInput
PostTokenOutput
PostTokenProperties
PutRegistryInput
PutRegistryOutput
PutTokenInput
PutTokenOutput
RegistriesResponse
RegistryProperties
RegistryResponse
Scope
StorageUsage
TokenProperties
TokenResponse
TokensResponse
WeeklySchedule
Powered By GitBook

RegistryResponse

Properties

Name
Type
Description
Notes
href
String
​
[optional]
id
String
​
[optional]
metadata
​ApiResourceMetadata​
​
​
properties
​RegistryProperties​
​
​
type
String
​
[optional]

Example

require 'ionoscloud-container-registry'
​
instance = IonoscloudContainerRegistry::RegistryResponse.new(
href: null,
id: null,
metadata: null,
properties: null,
type: null
)
Models - Previous
RegistryProperties
Next - Models
Scope
Last modified 3mo ago
Copy link
On this page
Properties
Example