struct

ScalewayApi::Endpoints::Project

Inherits Struct < Value < Object

Représente un projet Scaleway.

Constructors

from_any(payload : JSON::Any) : Project
Source
new(id : String, name : String, organization_id : String | Nil = nil, description : String | Nil = nil, created_at : String | Nil = nil, updated_at : String | Nil = nil)
Source

Instance methods

created_at
Source
default?

Le projet default (créé automatiquement à l'inscription) a son id égal à l'organization_id. Permet de l'identifier sans se baser sur le nom (que l'utilisateur peut renommer).

Source
description
Source
name
Source
organization_id
Source
updated_at
Source