public class ReleaseSkillReference
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ReleaseSkillReference.Type
The type of the skill.
|
Constructor and Description |
---|
ReleaseSkillReference() |
Modifier and Type | Method and Description |
---|---|
String |
getSkillId()
Gets the skillId.
|
String |
getSnapshot()
Gets the snapshot.
|
String |
getType()
Gets the type.
|
public String getSkillId()
The skill ID of the skill.
public String getType()
The type of the skill.
public String getSnapshot()
The name of the snapshot (skill version) that is saved as part of the release (for example, `draft` or `1`).
Copyright © 2024 IBM Cloud. All rights reserved.